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!

ComponentEditorPage.GetSelectedComponent

Retrieves the component that is to be edited.

[Visual Basic]
Protected Function GetSelectedComponent() As IComponent
[C#]
protected IComponent GetSelectedComponent();
[C++]
protected: IComponent* GetSelectedComponent();
[JScript]
protected function GetSelectedComponent() : IComponent;

Return Value

The component that is being edited.

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace