C# Class TpTrayUtility.Components.TPPopupNotifier

Inheritance: TpForm
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
FormSize System.Drawing.Size
MessageRead bool
RemovalFlag bool
assignmentData AssignmentData

Public Methods

Method Description
TPPopupNotifier ( AssignableSimpleDTO assignment ) : System
TPPopupNotifier ( AssignmentData assignment, bool _RemovalFlag ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
autoCloseTimer_Tick ( object sender, EventArgs e ) : void
closeButton_Click ( object sender, EventArgs e ) : void
link_Click ( object sender, EventArgs e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

TPPopupNotifier() public method

public TPPopupNotifier ( AssignableSimpleDTO assignment ) : System
assignment AssignableSimpleDTO
return System

TPPopupNotifier() public method

public TPPopupNotifier ( AssignmentData assignment, bool _RemovalFlag ) : System
assignment AssignmentData
_RemovalFlag bool
return System

Property Details

FormSize public static property

public static Size,System.Drawing FormSize
return System.Drawing.Size

MessageRead public property

public bool MessageRead
return bool

RemovalFlag public property

public bool RemovalFlag
return bool

assignmentData public property

public AssignmentData assignmentData
return AssignmentData