C# 클래스 withSIX.Play.Presentation.Wpf.Views.Controls.TrayNotificationBalloon

상속: System.Windows.Controls.UserControl, IDisposable
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CloseNotificationCommandProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Dispose ( ) : void
Setup ( string title, string message, TrayNotificationButtons tnb = TrayNotificationButtons.tnbNone, ICommand buttonCommands = null ) : void
SetupSelectedButtons ( TrayNotificationButtons tnb ) : void
TrayNotificationBalloon ( TrayIcon trayIcon ) : System
ValidateCommands ( TrayNotificationButtons tnb, ICommand buttonCommands ) : bool

비공개 메소드들

메소드 설명
ButtonClick ( object sender, RoutedEventArgs e ) : void
OnCloseTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
SetMargin ( System.Windows.Controls.Button button, int left, int top ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( string title, string message, TrayNotificationButtons tnb = TrayNotificationButtons.tnbNone, ICommand buttonCommands = null ) : void
title string
message string
tnb TrayNotificationButtons
buttonCommands ICommand
리턴 void

SetupSelectedButtons() 공개 메소드

public SetupSelectedButtons ( TrayNotificationButtons tnb ) : void
tnb TrayNotificationButtons
리턴 void

TrayNotificationBalloon() 공개 메소드

public TrayNotificationBalloon ( TrayIcon trayIcon ) : System
trayIcon TrayIcon
리턴 System

ValidateCommands() 공개 메소드

public ValidateCommands ( TrayNotificationButtons tnb, ICommand buttonCommands ) : bool
tnb TrayNotificationButtons
buttonCommands ICommand
리턴 bool

프로퍼티 상세

CloseNotificationCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseNotificationCommandProperty
리턴 System.Windows.DependencyProperty

MessageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MessageProperty
리턴 System.Windows.DependencyProperty

TitleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty