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

Gets or set state of tmiReset

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

Syntax

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

Implements

IControlWithStatus..::..ResetMenuState

Exceptions

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

See Also