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

DbMaintenanceViewModelBase..::..SelectButtonEnabled Property

Gets or sets a value indicating whether the Select button is enabled.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


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

Field Value

true if the select button is enabled; otherwise, false.