C-DEngine 5.105

nmiCtrlFormView..::..HideCaption Property

Hides the caption of a form

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> HideCaption { get; set; }
Public Property HideCaption As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> HideCaption {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}