PopUpNotify Method (IPopUpNotify)
In This Topic
Specifies pop up notification.
Syntax
'Declaration
Sub PopUpNotify( _
ByVal As Object _
)
'Usage
Dim instance As IPopUpNotify
Dim o As Object
instance.PopUpNotify(o)
void PopUpNotify(
object
)
Parameters
- o
- Object
See Also