Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfoContext Class / Value Property


In This Topic
    Value Property (DynamicStyleInfoContext)
    In This Topic
    Gets the current value of the context
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As DynamicStyleInfoContext
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also