Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / InputScope Property


In This Topic
    InputScope Property (NamedStyle)
    In This Topic
    Gets or sets the input scope for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property InputScope As InputScopeNameValue
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As InputScopeNameValue
     
    instance.InputScope = value
     
    value = instance.InputScope
    public override InputScopeNameValue InputScope {get; set;}
    See Also