'DeclarationPublic Property Delay As Integer
'UsageDim instance As SpinButtonInfo Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
'DeclarationPublic Property Delay As Integer
'UsageDim instance As SpinButtonInfo Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Occurs when value is smaller than 0. |