BubbleWindow Constructor (Double, Double, Int32)
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.DoubleThe left coordinate.
top
Type: System.DoubleThe top coordinate.
duration
Type: System.Int32The duration.
See Also
BubbleWindow Overload
BubbleWindow Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top