Version

Search Results

FirstVisiblePane Property

Returns the first visible pane in the child panes collection. Syntax Remarks This property returns the first visible pane or null if there are no visible panes. You can use this property in conjunction with the GetNextVisiblePane method to iterate through the visible panes in a group. Example The following example...

GetNextVisiblePane Method

Returns the visible pane following the specified pane. Syntax Parameters pane Pane with which to start the search. Return Value The visible pane that follows the specified pane. Remarks Use this method to return visible panes in a sequence from first to last. To determine which visible pane is first in a group, us...

GetObjectData Method (DockableGroupPane)

Serializes the objects non-default contents into the info. Syntax Parameters info The SerializationInfo instance that contains the data to be serialized.context The StreamingContext instance which describes the source and destination of the serialized stream.

GetPreviousVisiblePane Method

Returns the visible pane preceding the specified pane. Syntax Parameters pane Pane with which to start the search. Return Value The visible pane that precedes the specified pane. Remarks Use this method to return visible panes in a sequence from last to first. To determine which visible pane is last in a group, us...