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

Gets or set state of tmiAdd

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

Implements

IControlWithStatus..::..AddMenuState

Exceptions

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

See Also