[This is preliminary documentation and is subject to change.]
Gets or set state of tmiDelete
Namespace: Tools.WindowsT.FormsTAssembly: 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 DeleteMenuState { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(GetType(ControlState), "Enabled")> _ <KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ Public Property DeleteMenuState As ControlState Get Set |
| Visual C++ |
|---|
[DefaultValueAttribute(typeof(ControlState), L"Enabled")] [KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] public: virtual property ControlState DeleteMenuState { ControlState get () sealed; void set (ControlState value) sealed; } |
| F# |
|---|
[<DefaultValueAttribute(typeof(ControlState), "Enabled")>] [<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] abstract DeleteMenuState : ControlState with get, set [<DefaultValueAttribute(typeof(ControlState), "Enabled")>] [<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] override DeleteMenuState : ControlState with get, set |
| JScript |
|---|
final function get DeleteMenuState () : ControlState final function set DeleteMenuState (value : ControlState) |
Implements
IControlWithStatus..::..DeleteMenustate
Exceptions
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value being set is not member of ControlState |