
SplitterPane
SplitterPane Methods
Derived Classes
None
See Also
Class Hierarchy, Frame, ChildFrame
public method<int> Row()
Parameters
None
Return Value
Returns row number of splitter
Description
This method returns the one based row number of this splitter pane within the 2-D array of splitters within the frame.
SplitterPane Class
public method<int> Column()
Parameters
None
Return Value
Returns column number of splitter
Description
This method returns the one based column number of this splitter pane within the 2-D array of splitters within the frame.
SplitterPane Class