BCGControlBar Library for .NET
Value Property (SplitterControlMovedEventArgs)




The distance to which the splitter control was moved.
Syntax
'Declaration
 
Public ReadOnly Property Value As Integer
'Usage
 
Dim instance As SplitterControlMovedEventArgs
Dim value As Integer
 
value = instance.Value
public int Value {get;}
public: __property int get_Value();
public:
property int Value {
   int get();
}
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

Reference

SplitterControlMovedEventArgs Class
SplitterControlMovedEventArgs Members

Send Feedback