彩票走势图

logo DevExpress WinForm中文手册

初始表单位置


立即下载DevExpress WinForms

默认情况下,初始表单的起始位置指定如下:

  • SplashScreens显示在屏幕中央。
  • WaitForms以其父表单为中心,启动界面管理器尝试自动找到父表单。
  • 通过静态SplashScreenManager.ShowImage方法调用的Splash图像的显示方式与WaitForms相同。

您可以覆盖默认的起始位置,如下所示:

  • 若要为启动界面(即“启动界面管理器”的“激活初始表单”)指定手动开始位置(请参阅SplashScreenManager.ActiveSplashFormTypeInfo),请将SplashScreenManager.SplashFormStartPosition属性设置为Manual,然后通过SplashScreenManager.SplashFormLocation属性指定起点。
  • 要为不是“启动界面管理器”的“激活初始表单”的初始表单指定手动开始位置,请使用SplashScreenManager.ShowForm和SplashScreenManager.ShowImage方法重载提供的最后两个参数:

C# :

public static void ShowForm(Form parentForm, Type splashFormType, bool useFadeIn, bool useFadeOut, SplashFormStartPosition startPos, Point loc)
public static void ShowImage(Image image, bool useFadeIn, bool useFadeOut, SplashFormStartPosition startPos, Point loc)
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP