frmView3DStatus Method

Display a status message.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void Status(
	string message,
	bool important = false
)

Parameters

message  String
The message to display.
important  Boolean  (Optional)
Value indicating whether to treat the message as important.

See Also