Intersoft ClientUI Documentation
NoExecuteBehavior Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : NoExecuteBehavior Enumeration






Determines the UIElement state when the associated Command can't be executed.

Syntax

Visual Basic (Declaration) 
Public Enum NoExecuteBehavior 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As NoExecuteBehavior
C# 
public enum NoExecuteBehavior : System.Enum 
Delphi 
public enum NoExecuteBehavior = class(System.Enum)
JScript 
public enum NoExecuteBehavior extends System.Enum
Managed Extensions for C++ 
__value public enum NoExecuteBehavior : public System.Enum 
C++/CLI 
public enum class NoExecuteBehavior : public System.Enum 

Members

MemberDescription
CollapsedThe UIElement will be collapsed (hidden) when the associated Command can't be executed.
DefaultUses the default behavior based on the ICommandSource built-in implementation, or derive from the NoExecuteBehavior value in HybridRoutedCommand, if defined.
DisabledThe 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 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.