Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / INVisualCommand Interface
Properties Methods

In This Topic
    INVisualCommand Interface Members
    In This Topic

    The following tables list the members exposed by INVisualCommand.

    Public Properties
     NameDescription
     PropertyGets/sets a value whether the command is initially enabled. This differs from the CanExecute method for a command might be enabled and might not be executed at a time. (Inherited from Nevron.UI.ToolStrips.INCommand)
     PropertyGets / sets the id of the object (Inherited from Nevron.Dom.INIdentifiable)
     PropertyGets all the items associated with the current command.  
     PropertyGets/sets the name of the command. (Inherited from Nevron.UI.ToolStrips.INCommand)
     PropertyGets/sets additional data associated with the command. (Inherited from Nevron.UI.ToolStrips.INCommand)
     PropertyGets/sets the unique id of the object. (Inherited from Nevron.Dom.INUniquelyIdentifiable)
    Top
    Public Methods
     NameDescription
     MethodDetermines whether the command might be executed. (Inherited from Nevron.UI.ToolStrips.INCommand)
     MethodCreates an item which will represents this visual command.  
     Method (Inherited from Nevron.UI.ToolStrips.INCommand)
     Method (Inherited from Nevron.UI.INPropertyMaster)
     Method (Inherited from Nevron.UI.INPropertyMaster)
    Top
    See Also