DesignerOptions::ObjectBoundSmartTagAutoShow Property
.NET Framework (current version)
Gets or sets a value that specifies whether a designer shows a component's smart tag panel automatically on creation.
Assembly: System.Design (in System.Design.dll)
public: property bool ObjectBoundSmartTagAutoShow { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue 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
Available since 2.0
Show: