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!

IUIService.CanShowComponentEditor

Checks if the component can display a ComponentDesigner. ComponenentDesigners are similar to property pages from COM.

[Visual Basic]
Function CanShowComponentEditor( _
   ByVal component As Object _
) As Boolean
[C#]
bool CanShowComponentEditor(
   object component
);
[C++]
bool CanShowComponentEditor(
   Object* component
) = 0;
[JScript]
function CanShowComponentEditor(
   component : Object
) : Boolean;

Parameters

component
The component to check for a ComponentDesigner.

See Also

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