IHostedAppUICommand Interface
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.
Interface for Isolated and extended applications.
public interface class IHostedAppUICommand
public interface IHostedAppUICommand
type IHostedAppUICommand = interface
Public Interface IHostedAppUICommand
Remarks
This interface is to be used only for Isolated or extended applications.
Properties
ImplementedInterfaces |
Get the UII interfaces |
IsExtended |
Get a boolean indicating if the application is extended. |
IsIsolated |
Get a boolean indicating if the application is isolated. |
Methods
HideForm() |
Hide the form. |
SetFocus() |
Set the focus of the form |
SetFormPosition(Int32, Int32, Int32, Int32) |
Set the forms position. |
ShowForm() |
Show the form. |
Events
FormSelected |
The event fired when the form is selected. |