[This is preliminary documentation and is subject to change.]

state of reset menu item

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
ControlState ResetMenuState { get; set; }
Visual Basic
Property ResetMenuState As ControlState
	Get
	Set
Visual C++
property ControlState ResetMenuState {
	ControlState get ();
	void set (ControlState value);
}
F#
abstract ResetMenuState : ControlState with get, set
JScript
function get ResetMenuState () : ControlState
function set ResetMenuState (value : ControlState)

See Also