eDriven Framework API
QVisible Property
NamespaceseDriven.Gui.ComponentsDisplayObjectQVisible
eDriven Framework API
Note: never make this property virtual and override it This property reflects the true nature of component visibility This is important because the components are being hidden during the instantiation, and shown on creation complete This is the way to find out the desired visibility state (some of them might want to be hidden)
Declaration Syntax
C#Visual BasicVisual C++
public bool QVisible { get; set; }
Public Property QVisible As Boolean
	Get
	Set
public:
property bool QVisible {
	bool get ();
	void set (bool value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)