public LynxWindowIcon() { InitializeComponent(); ToolTipService.SetToolTip(this, Text); am = new ActionMove(this, Title); am.Enable = true; }
public LynxIcon(LynxWindow lw) { InitializeComponent(); lynxWin = lw; //Tip = lw.TitleText.Text; am = new ActionMove(this, this); }
public LynxWindow() { InitializeComponent(); am = new ActionMove(this, TitleBar); //ar = new ActionResize(LWindow, LWindow); ar = new ActionResize(LWindow, LClipWindow); //LWindow.Width = CurrentWidth; //LWindow.Height = CurrentHeight; }
public LynxActionBar() { InitializeComponent(); am = new ActionMove(this, LayoutRoot); }
public LynxIcon() { InitializeComponent(); ToolTipService.SetToolTip(this, Text); am = new ActionMove(this, this); }