Table of Contents

Interface IMainWindow

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public interface IMainWindow
Extension Methods

Methods

AddSnackMessage(object)

void AddSnackMessage(object message)

Parameters

message object

AddSnackMessage(object, object, Action)

void AddSnackMessage(object message, object actionContent, Action actionHandler)

Parameters

message object
actionContent object
actionHandler Action

AddSnackMessage<TArgument>(object, object, Action<TArgument>, TArgument)

void AddSnackMessage<TArgument>(object message, object actionContent, Action<TArgument> actionHandler, TArgument actionArgument)

Parameters

message object
actionContent object
actionHandler Action<TArgument>
actionArgument TArgument

Type Parameters

TArgument

CloseContainer()

void CloseContainer()

ShowContainer(FrameworkElement, Predicate<Panel>)

void ShowContainer(FrameworkElement element, Predicate<Panel> predicate = null)

Parameters

element FrameworkElement
predicate Predicate<Panel>

ShowNotify(string, string, NotifyBalloonIcon, int)

void ShowNotify(string tipTitle, string tipText, NotifyBalloonIcon tipIcon = NotifyBalloonIcon.Info, int timeout = 1000)

Parameters

tipTitle string
tipText string
tipIcon NotifyBalloonIcon
timeout int

ShowWindowNotifyMessage(INotifyMessageItem)

void ShowWindowNotifyMessage(INotifyMessageItem message)

Parameters

message INotifyMessageItem