SplitterSeparators Members
Provides settings defining the appearance of separators.Constructors
Name | Description |
---|---|
SplitterSeparators(IPropertiesOwner, Boolean) | Initializes a new instance of the SplitterSeparators class with specified settings. |
SplitterSeparators(IPropertiesOwner) | Initializes a new instance of the SplitterSeparators class with specified settings. |
Properties
Name | Description |
---|---|
BackwardCollapseButtonImage | Gets the settings of an image displayed within the collapse backward button element. |
ButtonStyle | Gets style settings that define the appearance of buttons (such as the collapse backward button and collapse forward button) within a separator. |
CollapsedStyle | Gets style settings defining the appearance of a pane’s child pane separators in the collapsed state. |
ForwardCollapseButtonImage | Gets the settings of an image displayed within the collapse forward button element. |
Image | Gets the settings of an image displayed within the separator image element of a pane’s child pane separators. |
Owner | Gets a pane that owns the current SplitterSeparators object. |
SeparatorStyle | Gets style settings defining the appearance of a separator (or the pane’s child pane separators). |
Size | Gets or sets the size of a pane’s child pane separators (height or width upon the orientation). |
Visible | Gets or sets a value specifying the visibility of a pane’s child pane separators. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also