DictField.displayHeight 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
displayHeight() | |
displayHeight(Boolean) |
displayHeight()
public:
virtual int displayHeight();
public virtual int displayHeight ();
abstract member displayHeight : unit -> int
override this.displayHeight : unit -> int
Public Overridable Function displayHeight () As Integer
Returns
Applies to
displayHeight(Boolean)
public:
virtual int displayHeight(bool _useDefaults);
public virtual int displayHeight (bool _useDefaults);
abstract member displayHeight : bool -> int
override this.displayHeight : bool -> int
Public Overridable Function displayHeight (_useDefaults As Boolean) As Integer
Parameters
- _useDefaults
- Boolean