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

Designer serialization proxy from AutomaticLists property

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(false)]
public bool AutomaticsLists_Designer { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<BrowsableAttribute(False)> _
Public Property AutomaticsLists_Designer As Boolean
	Get
	Set
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[BrowsableAttribute(false)]
public:
property bool AutomaticsLists_Designer {
	bool get ();
	void set (bool value);
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<BrowsableAttribute(false)>]
member AutomaticsLists_Designer : bool with get, set
JScript
function get AutomaticsLists_Designer () : boolean
function set AutomaticsLists_Designer (value : boolean)

Field Value

Setting this property to true is same as setting AutomaticLists to true. Setting this property to false sets AutomaticLists to false and AutoCompleteStable and Synonyms to null

Return Value

AutoCompleteStable

Remarks

This property is not intended to be used by programmer. It supports designt-time serialization fo control.

See Also