Cocktail Help Reference
UICommand Class Members
See Also  Properties  Methods  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : UICommand Class


Glossary Item Box

The following tables list the members exposed by UICommand.

Protected Constructors

 NameDescription
Protected ConstructorUICommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyEnabledEnables or disables the UI command.  
Public PropertyIsCancelCommandSpecifies whether this command is used to cancel an operation.  
Public PropertyIsDefaultCommandSpecifies whether this command is the default command.  
Public PropertyLabelGets or sets the optional label of the UI command.  
Public PropertyWasCancelledReturns true if the command invocation was cancelled.  
Top

Public Methods

 NameDescription
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Top

Protected Methods

 NameDescription
Protected MethodOnInvokedTriggers the Invoked event.  
Protected MethodOnPropertyChangedTriggers the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventInvokedEvent triggerd when the UI command is being invoked.  
Public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© 2013 All Rights Reserved.