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

State of mar-as-changed 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 MarkAsChangedMenuState { get; set; }
Visual Basic
Property MarkAsChangedMenuState As ControlState
	Get
	Set
Visual C++
property ControlState MarkAsChangedMenuState {
	ControlState get ();
	void set (ControlState value);
}
F#
abstract MarkAsChangedMenuState : ControlState with get, set
JScript
function get MarkAsChangedMenuState () : ControlState
function set MarkAsChangedMenuState (value : ControlState)

See Also