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.DividerLimitHigh

[To be supplied.]

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

Parameters

target
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace