ErrorProvider.GetIconPadding メソッド
エラー アイコンの隣に空ける、余白の合計サイズを返します。
Public Function GetIconPadding( _
ByVal control As Control _) As Integer
[C#]
public int GetIconPadding(Controlcontrol);
[C++]
public: int GetIconPadding(Control* control);
[JScript]
public function GetIconPadding(
control : Control) : int;
パラメータ
- control
埋め込みを取得する対象となるコントロール。
戻り値
アイコンとコントロールの間に空ける間隔のピクセル数。多くのアイコンには、通常、中央のイメージの周囲に余白があります。このため、この埋め込み値が必要になるのは、余白がさらに必要な場合だけです。埋め込み値は、正の場合と負の場合があります。負の値の場合は、アイコンがコントロールの端に重なります。既定値は 0 です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ErrorProvider クラス | ErrorProvider メンバ | System.Windows.Forms 名前空間 | SetIconPadding