Class FavoritesControl

Interaction logic for Favorites.xaml

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.UserControl
                  MarkdownMonster.Windows.FavoritesControl
public class FavoritesControl : UserControl, IComponentConnector,
   IStyleConnector

Class Members

MemberDescription

Constructor

GetControl

Return an instance of the control

public static FavoritesControl GetControl()

GetModel

Return an instance of the control's model

public static FavoritesModel GetModel()

InitializeComponent

InitializeComponent

public sealed void InitializeComponent()

SelectFavorite

public void SelectFavorite(FavoriteItem item)

FavoritesModel

IsDragging

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic