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

AdvancedFind..::..Disabled Property

Gets or sets a value indicating whether this AdvancedFind is disabled.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

null if [disabled] contains no value, true if [disabled]; otherwise, false.