Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CreateButtonEventArgs Class / Disabled Property
Example


In This Topic
    Disabled Property
    In This Topic
    Gets whether the command button is unavailable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Disabled As Boolean
    'Usage
     
    
    Dim instance As CreateButtonEventArgs
    Dim value As Boolean
     
    value = instance.Disabled
    public bool Disabled {get;}

    Property Value

    Boolean: true if button is disabled; false otherwise
    Remarks
    Use this property to return true if the button is unavailable.
    Example
    This example returns whether the Update button is disabled.
    See Also