Intersoft ClientUI Documentation
CannotExecuteBehavior Property (HybridRoutedCommand)



Determines the UI behavior that should be applied to the UIElement when its Command can not be executed.
Syntax
Public Property CannotExecuteBehavior As NoExecuteBehavior
Dim instance As HybridRoutedCommand
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

HybridRoutedCommand Class
HybridRoutedCommand Members

Send Feedback