Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / AltKeyMode Property


In This Topic
    AltKeyMode Property
    In This Topic
    Gets or sets the alt key mode.
    Syntax
    'Declaration
     
    
    Public Property AltKeyMode As AltKeyMode
    'Usage
     
    
    Dim instance As StartMenuForm
    Dim value As AltKeyMode
     
    instance.AltKeyMode = value
     
    value = instance.AltKeyMode
    public AltKeyMode AltKeyMode {get; set;}

    Property Value

    The alt key mode.
    See Also