ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / C1DropDownButton Constructor



In This Topic
    C1DropDownButton Constructor
    In This Topic
    Initializes a new instance of a C1DropDownButton.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New C1DropDownButton()
    public C1DropDownButton()
    public:
    C1DropDownButton();
    See Also