FormComboBoxControl.setDropSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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