HostedWebApplication.WebAction.GetFocus Property

Definition

The GetFocus is used to help decide if the application should obtain focus when the action is fired. Set this property by checking the GetFocus checkbox which is located at: 1) Admin Console->Hosted Applications->[someapplication] 2) Properties menu->Actions tab 3) Edit Initialization String->Action->Build button 4) "Focus the application after action is completed." checkbox

public:
 property System::String ^ GetFocus { System::String ^ get(); };
public string GetFocus { get; }
member this.GetFocus : string
Public ReadOnly Property GetFocus As String

Property Value

Applies to