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