Intersoft ClientUI Documentation
HelpCommandCannotExecute Property



Gets or sets the UI behavior when the associated Command cannot be executed.
Syntax
<CategoryAttribute("Action")>
Public Property HelpCommandCannotExecute As NoExecuteBehavior
Dim instance As UXRibbonBar
Dim value As NoExecuteBehavior
 
instance.HelpCommandCannotExecute = value
 
value = instance.HelpCommandCannotExecute
[CategoryAttribute("Action")]
public NoExecuteBehavior HelpCommandCannotExecute {get; set;}
[CategoryAttribute("Action")]
public:
property NoExecuteBehavior HelpCommandCannotExecute {
   NoExecuteBehavior get();
   void set (    NoExecuteBehavior value);
}
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

Reference

UXRibbonBar Class
UXRibbonBar Members

Send Feedback