| 
 | 
 | 
 | 
| SftTreeSplitter.RightWindow Property | 
Returns the window handle of the right pane in a split tree control.
Syntax
| VB.NET | Handle = object.RightWindow As Integer | ||
| VB | Handle = object.RightWindow As OLE_HANDLE | ||
| C#.NET | int Handle = object.RightWindow; | ||
| VC++ | 
OLE_HANDLE Handle = object->RightWindow;
 | ||
| C | HRESULT object->get_RightWindow(OLE_HANDLE* Handle); | ||
| Delphi | Handle := object.RightWindow : Cardinal; | ||
object
A SftTreeSplitter object.
Handle
Returns the window handle of the right pane in a split tree control.
Comments
The RightWindow property returns the window handle of the right pane in a split tree control.
The RightWindow property should not be used and may cause incompatibilities with future releases of SftTree/OCX.
The Splitter.LeftWindow property returns the window handle of the left pane in a split tree control.
See Also SftTreeSplitter Object | Object Hierarchy