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

Determines if this control has an about box.

[Visual Basic]
Overridable Public ReadOnly Property HasAboutBox As Boolean
[C#]
public bool HasAboutBox {virtual get;}
[C++]
public: __property virtual bool get_HasAboutBox();
[JScript]
public function get HasAboutBox() : Boolean;

See Also

AxHost Class | AxHost Members | System.WinForms Namespace