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

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

See Also