FlexGrid for WinForms
Item Property (GridGlyphs)



Gets or sets the glyph for a particular GlyphEnum value.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal glyph As GlyphEnum _
) As Image
'Usage
 
Dim instance As GridGlyphs
Dim glyph As GlyphEnum
Dim value As Image
 
instance.Item(glyph) = value
 
value = instance.Item(glyph)
public Image this[ 
   GlyphEnum glyph
]; {get; set;}
public:
property Image^ default [GlyphEnum] {
   Image^ get(GlyphEnum glyph);
   void set (GlyphEnum glyph, Image^ value);
}

Parameters

glyph
Remarks
Setting a glyph to null causes the grid to use the default image for the glyph. To suppress a glyph, assign it a small transparent image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridGlyphs Class
GridGlyphs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback