DictType.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() |
Retrieves the display height for the type. |
Displayheight(Boolean) |
Displayheight()
Retrieves the display height for the type.
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
The display height for the type.
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
A Boolean value that indicates whether to use the default values if the type does not have a length.