Intersoft ClientUI Documentation
CannotExecuteBehavior Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > HybridRoutedCommand Class : CannotExecuteBehavior Property






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
Visual Basic (Usage)Copy Code
Dim instance As HybridRoutedCommand
Dim value As NoExecuteBehavior
 
instance.CannotExecuteBehavior = value
 
value = instance.CannotExecuteBehavior
C# 
public NoExecuteBehavior CannotExecuteBehavior {get; set;}
Delphi 
public read-write property CannotExecuteBehavior: NoExecuteBehavior; 
JScript 
public function get,set CannotExecuteBehavior : NoExecuteBehavior
Managed Extensions for C++ 
public: __property NoExecuteBehavior get_CannotExecuteBehavior();
public: __property void set_CannotExecuteBehavior( 
   NoExecuteBehavior value
);
C++/CLI 
public:
property NoExecuteBehavior CannotExecuteBehavior {
   NoExecuteBehavior get();
   void set (    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

© 2012 All Rights Reserved.