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


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