ComponentOne DockControl for WPF and Silverlight
DisableFeatureBehavior Enumeration

C1.WPF.Docking Namespace : DisableFeatureBehavior Enumeration
Defines the way we show the control buttons (Float, Slide, Hidden, Dock) when we disable the functions.
Syntax
'Declaration
 
Public Enum DisableFeatureBehavior 
   Inherits System.Enum
public enum DisableFeatureBehavior : System.Enum 
Members
MemberDescription
DisabledDisable the features by disabling the UI buttons.
HiddenDisable the features by hiding the UI buttons.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Docking.DisableFeatureBehavior

See Also

Reference

C1.WPF.Docking Namespace