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!

ISelectionUIHandler.GetSelectionClipRect

Determines the rectangle that any selection adornments should be clipped to. This is normally the client area (in screen coordinates) of the container.

[Visual Basic]
Function GetSelectionClipRect( _
   ByVal component As Object _
) As Rectangle
[C#]
Rectangle GetSelectionClipRect(
   object component
);
[C++]
Rectangle GetSelectionClipRect(
   Object* component
) = 0;
[JScript]
function GetSelectionClipRect(
   component : Object
) : Rectangle;

Parameters

component
Component currently selected. If this component is the container of the UIHandler, then clipping isn't needed.

See Also

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