RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

GenericReportFilterWindow..::..CurrentCheckBox Property

Gets the current CheckBox.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public CheckBox CurrentCheckBox { get; set; }
Public Property CurrentCheckBox As CheckBox
	Get
	Set
public:
property CheckBox^ CurrentCheckBox {
	CheckBox^ get ();
	void set (CheckBox^ value);
}

Field Value

The current CheckBox.