NevronOpenVision
Nevron.Nov.UI Namespace / NCommandSource Class


NCommandSource Class Methods

For a list of all members of this type, see NCommandSource members.

Public Methods
 NameDescription
Public MethodCreates the default tooltip content for the current command.  
Public MethodGets the command associated with that command source  
Public Methodstatic (Shared in Visual Basic)Gets the value of the command source property to the specified element  
Public Methodstatic (Shared in Visual Basic)Sets the value of the command source property to the specified element  
Top
Protected Methods
 NameDescription
Internal Method  
Protected MethodAttaches the command source to the specified element.  
Internal Method  
Protected MethodDetaches the command source from the specified element.  
Protected MethodExecutes this source command with the specified parameter.  
Internal Method  
Protected MethodGets the mask that defines the aspects of the owner element that need to be updated at update timer ticks and after command execution.  
Protected MethodCalled when the CommandName has changed  
Protected MethodCalled when the mouse over changed for the specified owner element.  
Protected MethodOverridden. Called when the node parent has changed.  
Protected MethodCalled when the UpdateInterval has changed  
Protected MethodCalled when the UpdateWhenVisible has changed  
Protected MethodCalled when the visual to which this source is attached is hidden  
Protected MethodCalled when the visual to which this source is attached is shown in the window. Performs a fast update.  
Protected MethodRaises the NCommand.QueryTarget event and returns the resulting command target  
Protected MethodRaises the update command source event  
Protected MethodUpdates the command source owner element, by raising the NCommand.UpdateCommandSource event for the specified target.  
Protected MethodUpdates the owner element  
Protected MethodUpdates the owner element from the result of the NCommand.UpdateCommandSource event.  
Internal MethodOverridden.   
Internal MethodOverridden.   
Internal Method  
Internal Method  
Top
See Also