Click or drag to resize

StatusBarNotification Class

Notification shown in the toolbar.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.GUI.CommonStatusBarNotification

Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class StatusBarNotification

The StatusBarNotification type exposes the following members.

Constructors
 NameDescription
Public methodStatusBarNotificationInitializes a new instance of the StatusBarNotification class
Top
Properties
 NameDescription
Public propertyAutoClear Clears the message after an interval.
Public propertyInterval The interval after notification gets cleared if AutoClear
Public propertyMessage Message.
Public propertyType Type of the notification. Influences the display color.
Top
See Also