ProvideToolWindowAttribute.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default docking style for the tool window.
public:
property Microsoft::VisualStudio::Shell::VsDockStyle Style { Microsoft::VisualStudio::Shell::VsDockStyle get(); void set(Microsoft::VisualStudio::Shell::VsDockStyle value); };
public:
property Microsoft::VisualStudio::Shell::VsDockStyle Style { Microsoft::VisualStudio::Shell::VsDockStyle get(); void set(Microsoft::VisualStudio::Shell::VsDockStyle value); };
public Microsoft.VisualStudio.Shell.VsDockStyle Style { get; set; }
member this.Style : Microsoft.VisualStudio.Shell.VsDockStyle with get, set
Public Property Style As VsDockStyle
Property Value
Remarks
Allowable docking styles are MDI, Float, Linked, Tabbed, AlwaysFloat and none.