IDesktopFeatureAccess.MoveApplicationToPanel Method
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.
Moves the application to a panel.
public:
void MoveApplicationToPanel(Microsoft::Uii::Csr::IHostedApplication ^ app, System::String ^ toPanelName);
public void MoveApplicationToPanel (Microsoft.Uii.Csr.IHostedApplication app, string toPanelName);
abstract member MoveApplicationToPanel : Microsoft.Uii.Csr.IHostedApplication * string -> unit
Public Sub MoveApplicationToPanel (app As IHostedApplication, toPanelName As String)
Parameters
Specifies the application to move.
- toPanelName
- String
Specifies the panel to move the application to.