This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IUIActivationService Members
Methods
DeactivateUIActive |
Transitions any currently UI active designer from UI active mode to normal selected or unselected mode, as appropriate. |
RequestUIActivate |
Requests that a designer be placed into UI active design mode. A designer can be placed into UI active mode only if the associated component is the only item selected. This method should be called by the designer. |
Events
Event Hookup:
Methods
AddOnUIActivated |
Adds a Delegate that will be invoked when a component has been set to UI active state. On invocation, the UIActivationStateEventArgs.component variable holds a reference to the component that has been transitioned. |
AddOnUIDeactivated |
Adds a Delegate that will be invoked when a component has been moved out of UI active state. On invocation, the UIActivationStateEventArgs.component variable holds a reference to the component that has been transitioned. |
RemoveOnUIActivated |
Removes a Delegate that will be invoked when a component has been sent to UI active state. On invocation, the UIActivationStateEventArgs.component variable holds a reference to the component that has been transitioned. |
RemoveOnUIDeactivated |
Removes a Delegate that will be invoked when a component has been moved out of UI active state. On invocation, the UIActivationStateEventArgs.component variable holds a reference to the component that has been transitioned. |
See Also
IUIActivationService Interface | System.ComponentModel.Design Namespace