Intersoft ClientUI Documentation
CannotExecuteBehavior Property (CommandUIData)



Gets or sets the behavior when the command cannot execute.
Syntax
Public Property CannotExecuteBehavior As NoExecuteBehavior
Dim instance As CommandUIData
Dim value As NoExecuteBehavior
 
instance.CannotExecuteBehavior = value
 
value = instance.CannotExecuteBehavior
public NoExecuteBehavior CannotExecuteBehavior {get; set;}
public:
property NoExecuteBehavior CannotExecuteBehavior {
   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

CommandUIData Class
CommandUIData Members

Send Feedback