ToolWindowPane.Frame 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.
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
Remarks
Setting the value of Frame
causes OnToolWindowCreated to fire.