Click or drag to resize

TraySlider Class

A small message form that slides up from the lower-right corner of the screen. By default, will wait until the foreground window is not full-screen. Should be created/shown from a UI thread.
Inheritance Hierarchy

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class TraySlider : Form

The TraySlider type exposes the following members.

Constructors
  NameDescription
Public methodTraySlider
A small message form that slides up from the lower-right corner of the screen. By default, will wait until the foreground window is not full-screen. Should be created/shown from a UI thread.
Top
Properties
  NameDescription
Public propertyAddNotification
Public propertyButtonLayout
Public propertyButtonNE
Used in four button layout
Public propertyButtonNW
Used in four button layout
Public propertyButtonOK
One button layout
Public propertyButtonSE
Used in two/four button layout
Public propertyButtonSW
Used in two/four button layout
Public propertyForceShow
Ignores the presence of a foreground window covering the screen
Public propertyShowDurationMs
Protected propertyShowWithoutActivation (Overrides FormShowWithoutActivation.)
Public propertyTrayText
Label for the TraySlider's message text
Public propertyTrayTitle
Label for the TraySlider's title
Top
Methods
  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Public methodShowTraySlider
Shows the TraySlider within 250ms using the set properties
Public methodShowTraySlider(String, String)
Shows the TraySlider within 250ms
Top
See Also