RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1FindAndReplaceTool.ViewModel Class / DropDown Property

In This Topic
    DropDown Property (C1FindAndReplaceTool.ViewModel)
    In This Topic
    Gets or sets the associated drop-down tool.
    Syntax
    'Declaration
     
    
    Public Property DropDown As C1.WPF.Ribbon.C1DropDownTool
    public C1.WPF.Ribbon.C1DropDownTool DropDown {get; set;}
    See Also