SettingsPage.ThePanel Property

Gets the panel associated with the property page.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected ReadOnly Property ThePanel As Panel
'使用
Dim value As Panel

value = Me.ThePanel
protected Panel ThePanel { get; }
protected:
property Panel^ ThePanel {
    Panel^ get ();
}
protected function get ThePanel () : Panel

Property Value

Type: System.Windows.Forms.Panel

Returns Panel.

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace