Determines the UI behavior that should be applied to the UIElement when its Command can not be executed.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CannotExecuteBehavior As NoExecuteBehavior |
Managed Extensions for C++ | |
---|
public: __property NoExecuteBehavior get_CannotExecuteBehavior();
public: __property void set_CannotExecuteBehavior(
NoExecuteBehavior value
); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also