Gets or sets a value that specifies whether a designer shows a component's smart tag panel automatically on creation

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Property ObjectBoundSmartTagAutoShow As Boolean
C#
public bool ObjectBoundSmartTagAutoShow { get; set; }
Visual C++
public:
property bool ObjectBoundSmartTagAutoShow {
	bool get ();
	void set (bool value);
}
JavaScript
function get_objectBoundSmartTagAutoShow();
function set_objectBoundSmartTagAutoShow(value);

See Also