GdipGetStringFormatTrimming

 

 

Description

Gets an element of the StringTrimming enumeration that indicates the trimming style of this StringFormat object. The trimming style determines how to trim characters from a string that is too large to fit in the layout rectangle.

Syntax

GpStatus WINGDIPAPI GdipGetStringFormatTrimming(

    GDIPCONST GpStringFormat *format,

    StringTrimming *trimming

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetStringFormatTrimming ( _

    BYVAL pFormat AS DWORD, _

    BYREF trimming AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

trimming

[out] Pointer to a variable that receives an element of the StringTrimming enumeration.

 

Valid HTML 4.01 Transitional