ComponentOne Menus and Toolbars for WinForms
C1.Win.SuperTooltip.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / SetIconAlignment Method
The control to set the icon location for.
One of the ErrorIconAlignment values.

In This Topic
    SetIconAlignment Method (C1SuperErrorProvider)
    In This Topic
    Sets the location where the error icon should be placed in relation to the control.
    Syntax
    'Declaration
     
    Public Sub SetIconAlignment( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal value As System.Windows.Forms.ErrorIconAlignment _
    ) 
    public void SetIconAlignment( 
       System.Windows.Forms.Control control,
       System.Windows.Forms.ErrorIconAlignment value
    )

    Parameters

    control
    The control to set the icon location for.
    value
    One of the ErrorIconAlignment values.
    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