FormComboBoxControl.setDropSize Method

Definition

Overloads

setDropSize()
setDropSize(Int32)

setDropSize()

public:
 virtual void setDropSize();
public virtual void setDropSize ();
abstract member setDropSize : unit -> unit
override this.setDropSize : unit -> unit
Public Overridable Sub setDropSize ()

Applies to

setDropSize(Int32)

public:
 virtual void setDropSize(int _lines);
public virtual void setDropSize (int _lines);
abstract member setDropSize : int -> unit
override this.setDropSize : int -> unit
Public Overridable Sub setDropSize (_lines As Integer)

Parameters

_lines
Int32

Applies to