Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NArrowheadShapePropertyEditor Class / CreateComboBox Method


In This Topic
    CreateComboBox Method (NArrowheadShapePropertyEditor)
    In This Topic
    Creates a combo box for this editor. Overriden to paint arrowhead shape previews in the popup list box.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateComboBox() As NComboBox
    'Usage
     
    
    Dim instance As NArrowheadShapePropertyEditor
    Dim value As NComboBox
     
    value = instance.CreateComboBox()
    protected override NComboBox CreateComboBox()
    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