|
MenuDropDownVisibleItemCount Property
|
Number of visible items in window.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic int VisibleItemCount { get; set; }
Public Property VisibleItemCount As Integer
Get
Set
public:
property int VisibleItemCount {
int get ();
void set (int value);
}
member VisibleItemCount : int with get, set
Property Value
Type:
Int32The visible item count.
See Also