NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ErrorProvider.GetIconAlignment

Returns where the error icon should be placed relative to the control.

[Visual Basic]
Public Function GetIconAlignment( _
   ByVal control As RichControl _
) As ErrorIconAlignment
[C#]
public ErrorIconAlignment GetIconAlignment(
   RichControl control
);
[C++]
public: ErrorIconAlignment GetIconAlignment(
   RichControl* control
);
[JScript]
public function GetIconAlignment(
   control : RichControl
) : ErrorIconAlignment;

Parameters

control
Control to get the icon location for.

Return Value

One of the Microsoft.Forms.ErrorIconAlignment values.

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | SetIconPadding