[This is preliminary documentation and is subject to change.]
Proxies Status.AddMenuState
Namespace: Tools.WindowsT.FormsTAssembly: 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: property ControlState AddMenuState { ControlState get (); void set (ControlState value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] [<DefaultValueAttribute(typeof(ControlState), "Hidden")>] member AddMenuState : ControlState with get, set |
| JScript |
|---|
function get AddMenuState () : ControlState function set AddMenuState (value : ControlState) |