DesignerOptions::ObjectBoundSmartTagAutoShow Property

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool ObjectBoundSmartTagAutoShow {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true to allow a component's smart tag panel to open automatically upon creation; otherwise, false. The default is true.

A component's smart tag panel is set to automatically open when the DesignerActionList::AutoShow property is true.

.NET Framework
Available since 2.0
Return to top
Show: