ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / IconPanel Property

In This Topic
    IconPanel Property (DropDownControlViewBase)
    In This Topic
    Gets the panel with icons that hosted on the view.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property IconPanel As C1.Framework.StackPanel
    protected C1.Framework.StackPanel IconPanel {get;}
    See Also