Tray |
public class TraySlider : Form
The TraySlider type exposes the following members.
Name | Description | |
---|---|---|
![]() | TraySlider | 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. |
Name | Description | |
---|---|---|
![]() | AddNotification | |
![]() | ButtonLayout | |
![]() | ButtonNE | Used in four button layout |
![]() | ButtonNW | Used in four button layout |
![]() | ButtonOK | One button layout |
![]() | ButtonSE | Used in two/four button layout |
![]() | ButtonSW | Used in two/four button layout |
![]() | FadeOutTransition | |
![]() | ForceShow | Ignores the presence of a foreground window covering the screen |
![]() | ShowDurationMs | |
![]() | ShowWithoutActivation | (Overrides FormShowWithoutActivation) |
![]() | TrayText | Label for the TraySlider's message text |
![]() | TrayTitle | Label for the TraySlider's title |
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up any resources being used.
(Overrides FormDispose(Boolean)) |
![]() | ShowTraySlider | Shows the TraySlider within 250ms using the set properties |
![]() | ShowTraySlider(String, String) | Shows the TraySlider within 250ms |