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
AddSnackMessage<TArgument>(object, object, Action<TArgument>, TArgument)
void AddSnackMessage<TArgument>(object message, object actionContent, Action<TArgument> actionHandler, TArgument actionArgument)
Parameters
Type Parameters
TArgument
CloseContainer()
void CloseContainer()
ShowContainer(FrameworkElement, Predicate<Panel>)
void ShowContainer(FrameworkElement element, Predicate<Panel> predicate = null)
Parameters
element
FrameworkElementpredicate
Predicate<Panel>
ShowNotify(string, string, NotifyBalloonIcon, int)
void ShowNotify(string tipTitle, string tipText, NotifyBalloonIcon tipIcon = NotifyBalloonIcon.Info, int timeout = 1000)
Parameters
tipTitle
stringtipText
stringtipIcon
NotifyBalloonIcontimeout
int
ShowWindowNotifyMessage(INotifyMessageItem)
void ShowWindowNotifyMessage(INotifyMessageItem message)
Parameters
message
INotifyMessageItem