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!

ISelectionUIService.GetAdornmentDimensions

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;

Parameters

adornmentType
Adorment type to get dimensions for.

Return Value

a Size containing the width and height of a selection grab handle.

See Also

ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace