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!

AxHost.GetComponentName

Retrieves the name for this object. If null is returned, the default is used.

[Visual Basic]
Overridable Public Function GetComponentName() As String
[C#]
public virtual string GetComponentName();
[C++]
public: virtual String* GetComponentName();
[JScript]
public function GetComponentName() : String;

Return Value

The name for the object, or null if the default will be used.

See Also

AxHost Class | AxHost Members | System.WinForms Namespace