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


In This Topic
    InputScope Property (DynamicStyleInfo)
    In This Topic
    Gets or sets the input scope of the cell style.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property InputScope As InputScopeNameValue
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As InputScopeNameValue
     
    value = instance.InputScope
    public virtual InputScopeNameValue InputScope {get;}
    See Also