Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovControlHostDesigner Class / GetControlGlyph Method


In This Topic
    GetControlGlyph Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetControlGlyph( _
       ByVal selectionType As System.Windows.Forms.Design.Behavior.GlyphSelectionType _
    ) As System.Windows.Forms.Design.Behavior.ControlBodyGlyph
    'Usage
     
    
    Dim instance As NNovControlHostDesigner
    Dim selectionType As System.Windows.Forms.Design.Behavior.GlyphSelectionType
    Dim value As System.Windows.Forms.Design.Behavior.ControlBodyGlyph
     
    value = instance.GetControlGlyph(selectionType)
    protected virtual System.Windows.Forms.Design.Behavior.ControlBodyGlyph GetControlGlyph( 
       System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType
    )

    Parameters

    selectionType
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also