CODTextComponent::SetDrawEllipsis

void CODTextComponent::SetDrawEllipsis (BOOL bEllipsis= TRUE)

Enables or disables drawing ellipsis. In case it is enabled, left alignment is set.

Defined in: OdTextComp.cpp

Return Value

void

Parameters

bEllipsis

If TRUE, a long text will be left-aligned, truncated, and drawn with ellipsis.

Comments

Call this function to override the default text drawing without ellipsis.