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.SyncComponent

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
);

Parameters

component
[To be supplied.]

See Also

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