Xceed Grid for WinForms v4.3 Documentation
GetIconAlignment Method


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace > ValidationProvider Class : GetIconAlignment Method
The control to get the location for.
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

Reference

ValidationProvider Class
ValidationProvider Members