'Declaration
Public Property Width As Integer
'Usage
Dim instance As ComboDropDown Dim value As Integer instance.Width = value value = instance.Width
public int Width {get; set;}
'Declaration
Public Property Width As Integer
'Usage
Dim instance As ComboDropDown Dim value As Integer instance.Width = value value = instance.Width
public int Width {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | value is less than zero. |