ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / DisableFeatureBehavior Enumeration

In This Topic
    DisableFeatureBehavior Enumeration
    In This Topic
    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