Partager via


IHostedAppUICommand Interface

Definition

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.

Applies to