ToolWindowPane.Frame Property

Definition

Get or Set the Frame (IvsWindowFrame) hosting the ToolWindow

public:
 property System::Object ^ Frame { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ Frame { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Frame { get; set; }
member this.Frame : obj with get, set
Public Property Frame As Object

Property Value

IVsWindowFrame.

Remarks

Setting the value of Frame causes OnToolWindowCreated to fire.

Applies to