RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

BaseWindow..::..HideControlBox Property

Gets or sets a value indicating whether to hide the control box.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public bool HideControlBox { get; set; }
Public Property HideControlBox As Boolean
	Get
	Set
public:
property bool^ HideControlBox {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [hide control box]; otherwise, false.