Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / UseMnemonic Property


In This Topic
    UseMnemonic Property (MultiOptionCellType)
    In This Topic
    Gets or sets whether hot keys are used in the cell.
    Syntax
    'Declaration
     
    
    Public Property UseMnemonic As Boolean
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As Boolean
     
    instance.UseMnemonic = value
     
    value = instance.UseMnemonic
    public bool UseMnemonic {get; set;}
    See Also