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;
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace