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

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

Syntax

C#
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)]
[DefaultValueAttribute(typeof(ControlState), "Enabled")]
public ControlState MarkAsChangedMenuState { get; set; }
Visual Basic
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _
<DefaultValueAttribute(GetType(ControlState), "Enabled")> _
Public Property MarkAsChangedMenuState As ControlState
	Get
	Set
Visual C++
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)]
[DefaultValueAttribute(typeof(ControlState), L"Enabled")]
public:
property ControlState MarkAsChangedMenuState {
	ControlState get ();
	void set (ControlState value);
}
F#
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
[<DefaultValueAttribute(typeof(ControlState), "Enabled")>]
member MarkAsChangedMenuState : ControlState with get, set
JScript
function get MarkAsChangedMenuState () : ControlState
function set MarkAsChangedMenuState (value : ControlState)

See Also