MaxHeight Property (ListBox<T>)
In This Topic
Gets or sets the maximum height of the list.
Syntax
'Declaration
Public Property MaxHeight As System.Double
'Usage
Dim instance As ListBox(Of T)
Dim value As System.Double
instance.MaxHeight = value
value = instance.MaxHeight
public System.double MaxHeight {get; set;}
public read-write property MaxHeight: System.Double;
public function get,set MaxHeight : System.double
public: __property System.double get_MaxHeight();
public: __property void set_MaxHeight(
System.double value
);
public:
property System.double MaxHeight {
System.double get();
void set ( System.double value);
}
See Also