Retrieves a set of rules concerning the movement capabilities of a component. This should be one or more flags from the SelectionRules class. If no designer provides rules for a component, the component will not get any UI services.
[Visual Basic] Function GetComponentRules( _ ByVal component As Object _ ) As SelectionRules [C#] SelectionRules GetComponentRules( object component ); [C++] SelectionRules GetComponentRules( Object* component ) = 0; [JScript] function GetComponentRules( component : Object ) : SelectionRules;
The components selection rules.
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace