Method | Description | |
---|---|---|
CloseSplash ( ) : void | ||
ShowModal ( |
||
SplashForm ( |
||
StartSplash ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
InternalCloseSplash ( ) : void | ||
MySplashThreadFunc ( ) : void | ||
SplashForm_KeyUp ( object sender, System e ) : void | ||
SplashForm_MouseClick ( object sender, MouseEventArgs e ) : void | ||
SplashForm_Paint ( object sender, System e ) : void | ||
SplashTimerElapsed ( object source, System e ) : void |
public static ShowModal ( |
||
imageFile | ||
col | Color | |
strText | string | |
fontText | System | |
TextPos | ||
TextColor | System | |
return | void |
public SplashForm ( |
||
bmpFile | ||
col | Color | |
strText | string | |
fontText | System | |
TextPos | ||
TextColor | System | |
return | System |
public static StartSplash ( |
||
imageFile | ||
col | Color | |
strText | string | |
fontText | System | |
TextPos | ||
TextColor | System | |
iSeconds | int | |
frmParent | System | |
return | void |