'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("Space to leave between the specified control and the icon.")> <CategoryAttribute("Behavior")> Public Sub SetIconPadding( _ ByVal inputControl As Control, _ ByVal value As Integer _ )
'Usage Dim instance As ValidationProvider Dim inputControl As Control Dim value As Integer instance.SetIconPadding(inputControl, value)
[DefaultValue(0)] [Description("Space to leave between the specified control and the icon.")] [Category("Behavior")] public void SetIconPadding( Control inputControl, int value )
Parameters
- inputControl
- The control to set the padding for.
- value
- The number of pixels to add between control and the icon.