ComponentOne Menus and Toolbars for WinForms
C1.Win.C1SuperTooltip.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / GetIconAlignment Method
The control to get the icon location for.

In This Topic
    GetIconAlignment Method (C1SuperErrorProvider)
    In This Topic
    Gets a value indicating where the error icon should be placed in relation to the control.
    Syntax
    'Declaration
     
    Public Function GetIconAlignment( _
       ByVal control As System.Windows.Forms.Control _
    ) As System.Windows.Forms.ErrorIconAlignment
    public System.Windows.Forms.ErrorIconAlignment GetIconAlignment( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The control to get the icon location for.

    Return Value

    One of the ErrorIconAlignment values. The default icon alignment is MiddleRight.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also