Non-visual component to show a notification window in the right lower corner of the screen.
More...
|
override void | Dispose (bool disposing) |
| Dispose the notification form. More...
|
|
|
Color | HeaderColor [get, set] |
|
Color | BodyColor [get, set] |
|
Color | TitleColor [get, set] |
|
Color | ContentColor [get, set] |
|
Color | BorderColor [get, set] |
|
Color | ButtonBorderColor [get, set] |
|
Color | ButtonHoverColor [get, set] |
|
Color | ContentHoverColor [get, set] |
|
int | GradientPower [get, set] |
|
Font | ContentFont [get, set] |
|
Font | TitleFont [get, set] |
|
Size | ImageSize [get, set] |
|
Image | Image [get, set] |
|
bool | ShowGrip [get, set] |
|
bool | Scroll [get, set] |
|
string | ContentText [get, set] |
|
string | TitleText [get, set] |
|
Padding | TitlePadding [get, set] |
|
Padding | ContentPadding [get, set] |
|
Padding | ImagePadding [get, set] |
|
int | HeaderHeight [get, set] |
|
bool | ShowCloseButton [get, set] |
|
bool | ShowOptionsButton [get, set] |
|
ContextMenuStrip | OptionsMenu [get, set] |
|
int | Delay [get, set] |
|
int | AnimationDuration [get, set] |
|
int | AnimationInterval [get, set] |
|
Size | Size [get, set] |
|
|
EventHandler | Click |
| Event that is raised when the text in the notification window is clicked. More...
|
|
EventHandler | Close |
| Event that is raised when the notification window is manually closed. More...
|
|
Non-visual component to show a notification window in the right lower corner of the screen.
Definition at line 23 of file PopupNotifier.cs.
◆ PopupNotifier()
NotificationWindow.PopupNotifier.PopupNotifier |
( |
| ) |
|
◆ Dispose()
override void NotificationWindow.PopupNotifier.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
◆ Hide()
void NotificationWindow.PopupNotifier.Hide |
( |
| ) |
|
◆ Popup()
void NotificationWindow.PopupNotifier.Popup |
( |
| ) |
|
Show the notification window if it is not already visible. If the window is currently disappearing, it is shown again.
Definition at line 306 of file PopupNotifier.cs.
◆ ResetImageSize()
void NotificationWindow.PopupNotifier.ResetImageSize |
( |
| ) |
|
◆ ShowInternalImage()
void NotificationWindow.PopupNotifier.ShowInternalImage |
( |
bool |
isErrorIcon, |
|
|
bool |
isAboutIcon |
|
) |
| |
◆ AnimationDuration
int NotificationWindow.PopupNotifier.AnimationDuration |
|
getset |
◆ AnimationInterval
int NotificationWindow.PopupNotifier.AnimationInterval |
|
getset |
◆ BodyColor
Color NotificationWindow.PopupNotifier.BodyColor |
|
getset |
◆ BorderColor
Color NotificationWindow.PopupNotifier.BorderColor |
|
getset |
◆ ButtonBorderColor
Color NotificationWindow.PopupNotifier.ButtonBorderColor |
|
getset |
◆ ButtonHoverColor
Color NotificationWindow.PopupNotifier.ButtonHoverColor |
|
getset |
◆ ContentColor
Color NotificationWindow.PopupNotifier.ContentColor |
|
getset |
◆ ContentFont
Font NotificationWindow.PopupNotifier.ContentFont |
|
getset |
◆ ContentHoverColor
Color NotificationWindow.PopupNotifier.ContentHoverColor |
|
getset |
◆ ContentPadding
Padding NotificationWindow.PopupNotifier.ContentPadding |
|
getset |
◆ ContentText
string NotificationWindow.PopupNotifier.ContentText |
|
getset |
◆ Delay
int NotificationWindow.PopupNotifier.Delay |
|
getset |
◆ GradientPower
int NotificationWindow.PopupNotifier.GradientPower |
|
getset |
◆ HeaderColor
Color NotificationWindow.PopupNotifier.HeaderColor |
|
getset |
◆ HeaderHeight
int NotificationWindow.PopupNotifier.HeaderHeight |
|
getset |
◆ Image
Image NotificationWindow.PopupNotifier.Image |
|
getset |
◆ ImagePadding
Padding NotificationWindow.PopupNotifier.ImagePadding |
|
getset |
◆ ImageSize
Size NotificationWindow.PopupNotifier.ImageSize |
|
getset |
◆ OptionsMenu
ContextMenuStrip NotificationWindow.PopupNotifier.OptionsMenu |
|
getset |
◆ Scroll
bool NotificationWindow.PopupNotifier.Scroll |
|
getset |
◆ ShowCloseButton
bool NotificationWindow.PopupNotifier.ShowCloseButton |
|
getset |
◆ ShowGrip
bool NotificationWindow.PopupNotifier.ShowGrip |
|
getset |
◆ ShowOptionsButton
bool NotificationWindow.PopupNotifier.ShowOptionsButton |
|
getset |
◆ Size
Size NotificationWindow.PopupNotifier.Size |
|
getset |
◆ TitleColor
Color NotificationWindow.PopupNotifier.TitleColor |
|
getset |
◆ TitleFont
Font NotificationWindow.PopupNotifier.TitleFont |
|
getset |
◆ TitlePadding
Padding NotificationWindow.PopupNotifier.TitlePadding |
|
getset |
◆ TitleText
string NotificationWindow.PopupNotifier.TitleText |
|
getset |
◆ Click
EventHandler NotificationWindow.PopupNotifier.Click |
Event that is raised when the text in the notification window is clicked.
Definition at line 28 of file PopupNotifier.cs.
◆ Close
EventHandler NotificationWindow.PopupNotifier.Close |
Event that is raised when the notification window is manually closed.
Definition at line 33 of file PopupNotifier.cs.
The documentation for this class was generated from the following file: