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

[To be supplied.]

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

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace