[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;
PropertyGrid.SnappableControl Class | PropertyGrid.SnappableControl Members | System.WinForms Namespace