Gets an abbreviation attribute of an existing ruler element. The abbreviation is a customizable string for each unit of measure.
Visual Basic |
---|
Public Function ElementGetShowAbbr( _ ByVal elementHandle As Long _ ) As Boolean |
- elementHandle
- The handle of an element returned by the ElementCreate method.
A Boolean value that indicates whether the element displays abbreviations.
To set the abbreviations to a customized string use SetMeasureAbbr.