BExplorer.Shell.ToolTip.ToolTip C# (CSharp) Method

ToolTip() public method

public ToolTip ( ShellView view ) : System
view ShellView
return System
		public ToolTip(ShellView view) {
			InitializeComponent();
			this.DataContext = this;
			this._View = view;
			_DelayTimer.Interval = TimeSpan.FromMilliseconds(700);
			_DelayTimer.Tick += DelayTimer_Tick;
		}

Same methods

ToolTip::ToolTip ( String contents ) : System