Retrieves the width and height of a selection border grab handle. Designers may need this to properly position their user interfaces.
[Visual Basic] Function GetAdornmentDimensions( _ ByVal adornmentType As AdornmentType _ ) As Size [C#] Size GetAdornmentDimensions( AdornmentType adornmentType ); [C++] Size GetAdornmentDimensions( AdornmentType adornmentType ) = 0; [JScript] function GetAdornmentDimensions( adornmentType : AdornmentType ) : Size;
a Size containing the width and height of a selection grab handle.
ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace