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.SetIconAlignment

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

[Visual Basic]
Public Sub SetIconAlignment( _
   ByVal control As RichControl, _
   ByVal value As ErrorIconAlignment _
)
[C#]
public void SetIconAlignment(
   RichControl control,
   ErrorIconAlignment value
);
[C++]
public: void SetIconAlignment(
   RichControl* control,
   ErrorIconAlignment value
);
[JScript]
public function SetIconAlignment(
   control : RichControl,
   value : ErrorIconAlignment
);

Parameters

control
Control to set the icon location for.
value
One of the Microsoft.Forms.ErrorIconAlignment values.

See Also

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