ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / DragNotificationBase Class / GetSize Method

In This Topic
    GetSize Method (DragNotificationBase)
    In This Topic
    Gets the size of the tooltip control.
    Syntax
    'Declaration
     
    Public MustOverride Function GetSize() As System.Drawing.Size
    public abstract System.Drawing.Size GetSize()

    Return Value

    Returns System.Drawing.Size size of the tooltip area.
    See Also