Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NBatchButtonCommand Class / Enabled Property


In This Topic
    Enabled Property (NBatchButtonCommand)
    In This Topic
    Determines whether the command is currently enabled
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Enabled As System.Boolean
    'Usage
     
    
    Dim instance As NBatchButtonCommand
    Dim value As System.Boolean
     
    value = instance.Enabled
    public override System.bool Enabled {get;}
    Remarks
    This method will compare the local time stamp with the time stamp of the selection. If they are different it will call the IsEnabled method to update the cashed enabled state. Otherwise it will simply return the cashed enabled state.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also