AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > IWindowManager Interface : SlidingFormsRightSplitterPosition Property
SlidingFormsRightSplitterPosition Property (IWindowManager)
Get or set the position of the splitter (as a percentage) on the right sliding Form (0 at bottom, 100 at top)
Syntax
int SlidingFormsRightSplitterPosition {get; set;}
property int SlidingFormsRightSplitterPosition {
   int get();
   void set (    int value);
}

Property Value

The sliding forms right splitter position.
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