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。