StatusBarSetInformation Method |
Display information text in the status bar.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetInformation(
string text,
uint elapse
)
Public MustOverride Sub SetInformation (
text As String,
elapse As UInteger
)
Parameters
- text
- Type: SystemString
Information text. Specify an empty string to hide the information text. - elapse
- Type: SystemUInt32
The time to display the text (in milliseconds). When 0 is specified, it continues to display.
See Also