• <menu id="w2i4a"></menu>
  • logo DevExpress WinForm中文手冊(cè)

    文檔首頁(yè)>>DevExpress WinForm中文手冊(cè)>>啟動(dòng)界面管理器序列化細(xì)節(jié)

    啟動(dòng)界面管理器序列化細(xì)節(jié)


    立即下載DevExpress WinForms

    SplashScreenManager 組件的序列化取決于所選的Active Splash Form(SplashScreenManager.ActiveSplashFormTypeInfo屬性)。

    啟動(dòng)畫面管理器激活的splashform

    激活啟動(dòng)表單是Splash Screen或None

    SplashScreenManager類的實(shí)例在主表單的InitializeComponent方法中聲明為局部變量,這種序列化方法可確保在所有其他組件之前初始化啟動(dòng)界面管理器,并在您的表單開始的第一刻啟動(dòng)選定的啟動(dòng)界面。 但是請(qǐng)注意,您將無法處理在InitializeComponent方法中聲明SplashScreenManager組件的本地實(shí)例。

    這里是在這種情況下可以使用的方法。

    • 若要手動(dòng)打開和關(guān)閉啟動(dòng)表單,請(qǐng)使用SplashScreenManager類提供的靜態(tài)方法。
    • 要與當(dāng)前顯示的初始表單交互,請(qǐng)使用SplashScreenManager.Default對(duì)象提供的非靜態(tài)方法。

    C#:

    // Display a Wait Form
    SplashScreenManager.ShowForm(typeof(WaitForm2));
    //...
    //Change its caption
    SplashScreenManager.Default.SetWaitFormCaption("new caption");
    //...
    //Close the Wait Form
    SplashScreenManager.CloseForm();

    VB.NET:

    ' Display a Wait Form
    SplashScreenManager.ShowForm(GetType(WaitForm2))
    '...
    'Change its caption
    SplashScreenManager.Default.SetWaitFormCaption("new caption")
    '...
    'Close the Wait Form
    SplashScreenManager.CloseForm()

    激活啟動(dòng)表單是一個(gè)等待表單

    SplashScreenManager類的實(shí)例被聲明為表單的局部變量,而不是InitializeComponent方法。 在這種情況下,您可以使用SplashScreenManager的非靜態(tài)方法(可通過SplashScreenManager實(shí)例訪問)打開,關(guān)閉所選的等待表單并與之交互。 這些方法是:SplashScreenManager.ShowWaitForm, SplashScreenManager.CloseWaitForm, SplashScreenManager.SetWaitFormCaption, SplashScreenManager.SetWaitFormDescription and SplashScreenManager.SendCommand。

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();