InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / CodeRanges Class / GetGlyphs Method

In This Topic
    GetGlyphs Method (CodeRanges)
    In This Topic
    Gets the array of chars contained in this list of code ranges.
    Syntax
    'Declaration
     
    Public Function GetGlyphs() As Char()
    public char[] GetGlyphs()

    Return Value

    Array of char
    See Also