SplitterPane Members
In This Article
#Constructors
Name | Description |
---|---|
Splitter |
Initializes a new instance of the Splitter |
Splitter |
Initializes a new instance of the Splitter |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets a value that specifies whether a pane can be resized by end-users on the client side. |
Auto |
Gets or sets a value specifying whether a pane automatically adjusts its height to inner content. |
Auto |
Gets or sets a value specifying whether a pane automatically adjusts its width to inner content. |
Collapsed | Gets or sets a value specifying whether a splitter pane is collapsed. |
Collapsed |
Gets style properties defining the appearance of a pane in the collapsed state. |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Content |
Gets or sets the URL of a specific web page to be displayed within a pane. |
Content |
Gets or sets the name of the pane’s IFRAME element. |
Content |
Gets or sets the title of the pane’s IFRAME element. |
Controls |
Gets a collection that contains child controls representing the current object’s content.
Inherited from Content |
Enabled | Gets or sets a value that indicates whether the splitter pane is enabled, allowing the pane to respond to end-user interactions. |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Max |
Gets or sets the pane’s maximum size. |
Min |
Gets or sets the pane’s minimum size. |
Name | Gets or sets the unique identifier name for the current pane. |
Panes | Gets a collection that contains the child panes of the current pane. |
Pane |
Gets style settings defining the appearance of the current pane. |
Scroll |
Gets or sets a value specifying which scrollbars should appear within the pane. |
Scroll |
For internal use only. |
Scroll |
For internal use only. |
Separator | Gets settings defining the appearance of a separator associated with the current pane. |
Separators | Gets settings defining the appearance of separators which are displayed within the current pane, between its child panes. |
Show |
Gets or sets a value that specifies whether the collapse backward button is displayed for the current pane (or its child panes). |
Show |
Gets or sets a value that specifies whether the collapse forward button is displayed for the current pane (or its child panes). |
Show |
Gets or sets a value that specifies whether the separator image is displayed within the current pane’s separator (or its child pane separators). |
Size | Gets or sets the pane’s size (height or width, depending on the orientation). |
Visible | Gets or sets a value specifying the visibility of the current pane. |
Visible |
Gets or sets a value specifying the position of the current pane amongst the visible panes at the same level. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified Collection |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the pane‘s path within a panes collection. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object. |
See Also