This should be called when a component's property changed, that the designer thinks should result in a selection UI change. This method simply re-queries all currently selected components for their bounds and udpates the selection handles for any that have changed.
[Visual Basic] Sub SyncComponent( _ ByVal component As Object _ ) [C#] void SyncComponent( object component ); [C++] void SyncComponent( Object* component ) = 0; [JScript] function SyncComponent( component : Object );
ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace