Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the BubbleWindow object using the specified left, top, and duration parameters.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public BubbleWindow(
    double left,
    double top,
    int duration
)
public:
BubbleWindow(
    double left,
    double top,
    int duration
)
Public Sub New (
    left As Double,
    top As Double,
    duration As Integer
)
Parameters
- left 
 Type: System.Double- The left coordinate. 
- top 
 Type: System.Double- The top coordinate. 
- duration 
 Type: System.Int32- The duration. 
See Also
BubbleWindow Overload
BubbleWindow Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top