frmView3DStatus Method
Display a status message.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private void Status(
string message,
bool important = false
)
Private Sub Status (
message As String,
Optional important As Boolean = false
)
No code example is currently available or this language may not be supported.
Parameters
- message String
-
The message to display.
- important Boolean (Optional)
-
Value indicating whether to treat the message as important.