wManager.Wow.Helpers Namespace
WRobot

ReloggerProfile..::..Checked Property

Gets or sets a value indicating if is checked.

Namespace:  Relogger.Classes
Assembly:  Relogger (in Relogger.exe)

Syntax


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

Field Value

true if checked; otherwise, false.