Version

SetSplitter Method (XamSyntaxEditorProxy)

Set the location of the splitter.
Syntax
'Declaration
 
Public Sub SetSplitter( _
   Optional ByVal oeOrientation As System.Object, _
   Optional ByVal iSplitterPosition As System.Integer _
) 
public void SetSplitter( 
   System.object oeOrientation,
   System.int iSplitterPosition
)
public: void SetSplitter( 
   System.Object* oeOrientation,
   System.int iSplitterPosition
) 

Parameters

oeOrientation
string or enumerated value representing the orientation of the splitter to be moved or set, if not supplied remove the existing splitter.
iSplitterPosition
The New location of the splitter, if not supplied remove the splitter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also