MonobjcMonobjc Documented Class Library
SetNotShownAttributeForGlyphAtIndex Method (flag, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerSetNotShownAttributeForGlyphAtIndex(Boolean, NSUInteger)

Sets the glyph at the given index to be one that isn’t shown.

Original signature is '- (void)setNotShownAttribute:(BOOL)flag forGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNotShownAttributeForGlyphAtIndex(
	bool flag,
	NSUInteger glyphIndex
)
Public Overridable Sub SetNotShownAttributeForGlyphAtIndex ( _
	flag As Boolean, _
	glyphIndex As NSUInteger _
)
public:
virtual void SetNotShownAttributeForGlyphAtIndex(
	bool flag, 
	NSUInteger glyphIndex
)
Parameters
flag (Boolean)
If YES, the glyph is not shown; if NO, it is shown.
glyphIndex (NSUInteger)
Index of the glyph whose attribute is set.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)