Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NParentControlDesigner Class / GetGlyphs Method


In This Topic
    GetGlyphs Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetGlyphs( _
       ByVal selectionType As System.Windows.Forms.Design.Behavior.GlyphSelectionType _
    ) As System.Windows.Forms.Design.Behavior.GlyphCollection
    'Usage
     
    
    Dim instance As NParentControlDesigner
    Dim selectionType As System.Windows.Forms.Design.Behavior.GlyphSelectionType
    Dim value As System.Windows.Forms.Design.Behavior.GlyphCollection
     
    value = instance.GetGlyphs(selectionType)
    public virtual System.Windows.Forms.Design.Behavior.GlyphCollection GetGlyphs( 
       System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType
    )

    Parameters

    selectionType
    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