Intersoft ClientUI Documentation
NoExecuteBehavior Enumeration



Determines the UIElement state when the associated Command can't be executed.
Syntax
Public Enum NoExecuteBehavior 
   Inherits System.Enum
Dim instance As NoExecuteBehavior
public enum NoExecuteBehavior : System.Enum 
public enum class NoExecuteBehavior : public System.Enum 
Members
MemberDescription
Collapsed The UIElement will be collapsed (hidden) when the associated Command can't be executed.
Default Uses the default behavior based on the ICommandSource built-in implementation, or derive from the NoExecuteBehavior value in HybridRoutedCommand, if defined.
Disabled The UIElement will be disabled when the associated Command can't be executed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.NoExecuteBehavior

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

Intersoft.Client.Framework Namespace

Send Feedback