|
|
KylixMsg Class
|
||||||
|
||||||
| Constructors: | ||||||
| Visual C#: public class KylixMsg(string Text); public class KylixMsg(string Text, enumMsgType msgType); public class KylixMsg(string Text, string Title, enumMsgType msgType); Visual Basic: Public Class KylixMsg(ByVal Text As String); Public Class KylixMsg(ByVal Text As String, ByVal msgType As enumMsgType); Public Class KylixMsg(ByVal Text As String, ByVal Title As String, ByVal msgType As enumMsgType); |
||||||
Methods: |
||||||
| public DialogResut Show(); | Show message information. | |||||
Enums: |
||||||
| enumMsgType | Question = 1 | Show icon |
|
with Yes No buttons. | ||
| Stop | Show icon |
|
with OK button. | |||
| Warning | Show icon |
|
with OK button. | |||
| OKOnly | Show icon |
|
with OK button. | |||
| NewMessage | Show icon |
|
with OK button. | |||
| Information | Show icon |
|
with un-enabled OK button. | |||
|
Remarks:
|
| This is a modeless message box, it will not block the user GUI. |