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

State of delete menu item

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

Syntax

C#
ControlState DeleteMenustate { get; set; }
Visual Basic
Property DeleteMenustate As ControlState
	Get
	Set
Visual C++
property ControlState DeleteMenustate {
	ControlState get ();
	void set (ControlState value);
}
F#
abstract DeleteMenustate : ControlState with get, set
JScript
function get DeleteMenustate () : ControlState
function set DeleteMenustate (value : ControlState)

See Also