NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.DividerLimitMove

[To be supplied.]

[Visual Basic]
Public Function DividerLimitMove( _
   ByVal target As PropertyGrid.SnappableControl, _
   ByVal y As Integer _
) As Integer
[C#]
public int DividerLimitMove(
   PropertyGrid.SnappableControl target,
   int y
);
[C++]
public: int DividerLimitMove(
   PropertyGrid.SnappableControl* target,
   int y
);
[JScript]
public function DividerLimitMove(
   target : PropertyGrid.SnappableControl,
   y : int
) : int;

Parameters

target
[To be supplied.]
y
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace