WpfDesktopApplicationUI.ActivePanel 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 panel which hosts the application currently in use. This panel may contain more than one application.
public:
static property Microsoft::Uii::Desktop::UI::Controls::Wpf::WpfPanel ^ ActivePanel { Microsoft::Uii::Desktop::UI::Controls::Wpf::WpfPanel ^ get(); void set(Microsoft::Uii::Desktop::UI::Controls::Wpf::WpfPanel ^ value); };
public static Microsoft.Uii.Desktop.UI.Controls.Wpf.WpfPanel ActivePanel { get; set; }
member this.ActivePanel : Microsoft.Uii.Desktop.UI.Controls.Wpf.WpfPanel with get, set
Public Shared Property ActivePanel As WpfPanel