ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IconElement Class / RenderBox Property

In This Topic
    RenderBox Property (IconElement)
    In This Topic
    Returns rectangle (in the icon coordinates) to render icon.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property RenderBox As System.Drawing.RectangleF
    protected virtual System.Drawing.RectangleF RenderBox {get;}
    Remarks
    Returned rectangle honors Padding property value.
    See Also