ErrorProvider.GetIconAlignment(Control) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントロールに対してエラー アイコンの配置される位置を示す値を取得します。
public:
System::Windows::Forms::ErrorIconAlignment GetIconAlignment(System::Windows::Forms::Control ^ control);
public System.Windows.Forms.ErrorIconAlignment GetIconAlignment (System.Windows.Forms.Control control);
member this.GetIconAlignment : System.Windows.Forms.Control -> System.Windows.Forms.ErrorIconAlignment
Public Function GetIconAlignment (control As Control) As ErrorIconAlignment
パラメーター
- control
- Control
アイコンの位置を取得する対象となるコントロール。
戻り値
ErrorIconAlignment 値のいずれか 1 つ。 既定のアイコンの配置は MiddleRight です。
例外
control
が null
です。