ErrorProvider.GetIconPadding(Control) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回錯誤圖示旁邊留下的額外空間數量。
public:
int GetIconPadding(System::Windows::Forms::Control ^ control);
public int GetIconPadding (System.Windows.Forms.Control control);
member this.GetIconPadding : System.Windows.Forms.Control -> int
Public Function GetIconPadding (control As Control) As Integer
參數
- control
- Control
要為其取得填補的控制項。
傳回
圖示和控制項之間留下的像素數。
例外狀況
control
為 null
。
備註
許多圖示通常會在其中央影像周圍有額外的空間,因此只有在需要額外的空間時,才需要填補值。 填補值可以是正數或負數。 負值會導致圖示與控制項的邊緣重迭。 預設圖示填補為 0。