Version

SetSplitter Method (XamRichTextEditorProxy)

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

Parameters

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