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

Varies the visibility of the control. Note that calling setVisible(true) on an InvisibleAtRuntime activeX control has no effect.

[Visual Basic]
Overridable Public Property Visible As Boolean
[C#]
public bool Visible {override get; override set;}
[C++]
public: __property virtual bool get_Visible();
public: __property virtual void set_Visible(bool);
[JScript]
public function get Visible() : Boolean;
public function set Visible(Boolean);

See Also

AxHost Class | AxHost Members | System.WinForms Namespace