CADability dotNET
Returns the height of this entry if it is ownerdrawn.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
int OwnerDrawHeight { get; }
Visual Basic
ReadOnly Property OwnerDrawHeight As Integer
	Get
Visual C++
property int OwnerDrawHeight {
	int get ();
}

See Also