DictType.Displayheight Method

Definition

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.

Returns

Applies to