Indicates whether the glyph at the given index is one that isn’t shown.
Original signature is '- (BOOL)notShownAttributeForGlyphAtIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual bool NotShownAttributeForGlyphAtIndex( NSUInteger glyphIndex )
Public Overridable Function NotShownAttributeForGlyphAtIndex ( _ glyphIndex As NSUInteger _ ) As Boolean
public: virtual bool NotShownAttributeForGlyphAtIndex( NSUInteger glyphIndex )

- glyphIndex (NSUInteger)
- Index of the glyph.

YES if the glyph at glyphIndex is not shown; otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)