AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > WindowManager Class : SlidingFormsLeftSplitterPosition Property
SlidingFormsLeftSplitterPosition Property (WindowManager)
Get or set the position of the splitter (as a percentage) on the left sliding Form (0 at bottom, 100 at top)
Syntax
public abstract int SlidingFormsLeftSplitterPosition {get; set;}
public:
abstract property int SlidingFormsLeftSplitterPosition {
   int get();
   void set (    int value);
}

Property Value

The sliding forms left 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