Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesManagerStylePicker Class / OpenIconTemplate Property

In This Topic
    OpenIconTemplate Property
    In This Topic
    Gets or sets the template of the icon used in the open button.
    Syntax
    'Declaration
     
    Public Property OpenIconTemplate As C1IconTemplate
    public C1IconTemplate OpenIconTemplate {get; set;}
    See Also