Dundas Chart for Windows Forms
GetGlyphs Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > WinChartDesigner Class : GetGlyphs Method


selectionType
A GlyphSelectionType value that specifies the selection state.
Gets a collection of Glyph objects representing the selection borders and grab handles for a standard control.

Syntax

Visual Basic (Declaration)  
Public Overridable Function GetGlyphs( _
   ByVal selectionType As GlyphSelectionType _
) As GlyphCollection
Visual Basic (Usage) Copy Code
Dim instance As WinChartDesigner
Dim selectionType As GlyphSelectionType
Dim value As GlyphCollection
 
value = instance.GetGlyphs(selectionType)
C#  
public virtual GlyphCollection GetGlyphs( 
   GlyphSelectionType selectionType
)

Parameters

selectionType
A GlyphSelectionType value that specifies the selection state.

Return Value

A collection of Glyph objects.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.