Search Results for

    Show / Hide Table of Contents

    Class IconEditor

    Interaction logic for IconEditor.xaml

    Inheritance
    System.Object
    IconEditor
    Namespace: Simplic.Icon.UI
    Assembly: Simplic.Icon.UI.dll
    Syntax
    public class IconEditor : RibbonBasedWindow

    Constructors

    | Improve this Doc View Source

    IconEditor(String)

    Declaration
    public IconEditor(string searchText)
    Parameters
    Type Name Description
    System.String searchText

    Properties

    | Improve this Doc View Source

    SelectedIcon

    Declaration
    public IconViewModel SelectedIcon { get; }
    Property Value
    Type Description
    IconViewModel

    Methods

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Deletes selected icon.

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx