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;
One of the Microsoft.Forms.ErrorIconAlignment values.
ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | SetIconPadding