Articles in this section
Category / Section

How to show Backstage during the start of the application?

1 min read

The BackStage can be shown during the start of the application by using ShowBackStage function.

C#

private void Form1_Load(object sender, EventArgs e)
        {
            this.backStageView1.ShowBackStage();
        }

 

VB

Private Sub Form1_Load(sender As Object, e As EventArgs)
      Me.backStageView1.ShowBackStage()
End Sub

 

Sample Link

http://www.syncfusion.com/downloads/support/directtrac/general/ShowBackStage_(2)-854402176.zip

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment