Sets an abbreviation attribute of an existing ruler element. The abbreviation is a customizable string for each unit of measure.
Visual Basic |
---|
Public Sub ElementSetShowAbbr( _ ByVal elementHandle As Long, _ ByVal newVal As Boolean _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- newVal
- If the element displays abbreviations.
To set the abbreviations to a customized string use SetMeasureAbbr.