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

state of add 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 AddMenuState { get; set; }
Visual Basic
Property AddMenuState As ControlState
	Get
	Set
Visual C++
property ControlState AddMenuState {
	ControlState get ();
	void set (ControlState value);
}
F#
abstract AddMenuState : ControlState with get, set
JScript
function get AddMenuState () : ControlState
function set AddMenuState (value : ControlState)

See Also