TaskbarNotifier.Show Method (String, String, Int32, Int32, Int32)
Displays the popup for a certain amount of time
[Visual Basic]Overloads Public Sub Show( _
ByVal
strTitle As
String, _
ByVal
strContent As
String, _
ByVal
nTimeToShow As
Integer, _
ByVal
nTimeToStay As
Integer, _
ByVal
nTimeToHide As
Integer _
)
Parameters
- strTitle
- The string which will be shown as the title of the popup
- strContent
- The string which will be shown as the content of the popup
- nTimeToShow
- Duration of the showing animation (in milliseconds)
- nTimeToStay
- Duration of the visible state before collapsing (in milliseconds)
- nTimeToHide
- Duration of the hiding animation (in milliseconds)
Return Value
Nothing
See Also
TaskbarNotifier Class | NETXP.Components Namespace | TaskbarNotifier.Show Overload List