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.SnappableControl.GetOptimalHeight

[To be supplied.]

[Visual Basic]
MustOverride Public Function GetOptimalHeight( _
   ByVal width As Integer _
) As Integer
[C#]
public abstract int GetOptimalHeight(
   int width
);
[C++]
public: virtual int GetOptimalHeight(
   int width
) = 0;
[JScript]
public abstract function GetOptimalHeight(
   width : int
) : int;

Parameters

width
[To be supplied.]

See Also

PropertyGrid.SnappableControl Class | PropertyGrid.SnappableControl Members | System.WinForms Namespace