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

Gets or set state of tmiMarkAsChanged()()()()

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), "Hidden")]
public ControlState MarkAsChangedMenuState { get; set; }
Visual Basic
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _
<DefaultValueAttribute(GetType(ControlState), "Hidden")> _
Public Property MarkAsChangedMenuState As ControlState
	Get
	Set
Visual C++
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)]
[DefaultValueAttribute(typeof(ControlState), L"Hidden")]
public:
virtual property ControlState MarkAsChangedMenuState {
	ControlState get () sealed;
	void set (ControlState value) sealed;
}
F#
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
[<DefaultValueAttribute(typeof(ControlState), "Hidden")>]
abstract MarkAsChangedMenuState : ControlState with get, set
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
[<DefaultValueAttribute(typeof(ControlState), "Hidden")>]
override MarkAsChangedMenuState : ControlState with get, set
JScript
final function get MarkAsChangedMenuState () : ControlState
final function set MarkAsChangedMenuState (value : ControlState)

Implements

IControlWithStatus..::..MarkAsChangedMenuState

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue being set is not member of ControlState

See Also