Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationProvider Class / GetIconAlignment Method
The control to get the location for.


In This Topic
    GetIconAlignment Method
    In This Topic
    Gets a value indicating where the error icon should be placed in relation to the control.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("Validation expression associated with the input component.")>
    Public Function GetIconAlignment( _
       ByVal inputControl As Control _
    ) As ErrorIconAlignment
    'Usage
     
    Dim instance As ValidationProvider
    Dim inputControl As Control
    Dim value As ErrorIconAlignment
     
    value = instance.GetIconAlignment(inputControl)
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Category("Behavior")]
    [Description("Validation expression associated with the input component.")]
    public ErrorIconAlignment GetIconAlignment( 
       Control inputControl
    )

    Parameters

    inputControl
    The control to get the location for.

    Return Value

    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