Intersoft ClientUI Documentation
CommandCannotExecute Property (UXRibbonGalleryItem)



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

UXRibbonGalleryItem Class
UXRibbonGalleryItem Members

Send Feedback