'Declaration
<System.ComponentModel.DefaultValueAttribute(20)> <System.ComponentModel.DescriptionAttribute("Gets/sets the height of an item in the ListBox.")> Public Shadows Property ItemHeight As System.Integer
'Usage
Dim instance As NListBox Dim value As System.Integer instance.ItemHeight = value value = instance.ItemHeight
[System.ComponentModel.DefaultValue(20)] [System.ComponentModel.Description("Gets/sets the height of an item in the ListBox.")] public new System.int ItemHeight {get; set;}