Intersoft ClientUI Documentation
DialogLauncherCommandCannotExecute Property



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

UXRibbonTabGroupBase Class
UXRibbonTabGroupBase Members

Send Feedback