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