프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FireCustomSettingsChanged | void | ||
InitDrawTextFlags | void | ||
InitStringFormat | void |
메소드 | 설명 | |
---|---|---|
ResetCustomSettings ( ) : void |
Resets the custom settings to their default values
|
|
TaskItem ( ) : System |
Initializes a new instance of the TaskItem class with default settings
|
메소드 | 설명 | |
---|---|---|
CalcGdiPlusPreferredHeight ( |
Calculates the preferred height of the TaskItem using GDI+
|
|
CalcGdiPlusPreferredWidth ( |
Calculates the preferred width of the TaskItem using GDI+
|
|
CalcGdiPreferredHeight ( |
Calculates the preferred height of the TaskItem using GDI
|
|
CalcGdiPreferredWidth ( |
Calculates the preferred width of the TaskItem using GDI
|
|
DrawGdiText ( |
|
|
DrawText ( |
|
|
OnCustomSettingsChanged ( |
Raises the CustomSettingsChanged event
|
|
OnGotFocus ( |
Raises the GotFocus event
|
|
OnMouseEnter ( |
Raises the MouseEnter event
|
|
OnMouseLeave ( |
Raises the MouseLeave event
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the PaintBackground event
|
|
OnSizeChanged ( |
Raises the SizeChanged event
|
|
OnVisibleChanged ( |
Raises the VisibleChanged event
|
메소드 | 설명 | |
---|---|---|
FireCustomSettingsChanged ( |
Raises the CustomSettingsChanged event
|
|
InitDrawTextFlags ( ) : void |
Initializes the TaskItem's DrawTextFlags object
|
|
InitStringFormat ( ) : void |
Initializes the TaskItem's StringFormat object
|
protected CalcGdiPlusPreferredHeight ( |
||
g | The Graphics used to measure the TaskItem | |
리턴 | int |
protected CalcGdiPlusPreferredWidth ( |
||
g | The Graphics used to measure the TaskItem | |
리턴 | int |
protected CalcGdiPreferredHeight ( |
||
g | The Graphics used to measure the TaskItem | |
리턴 | int |
protected CalcGdiPreferredWidth ( |
||
g | The Graphics used to measure the TaskItem | |
리턴 | int |
protected OnCustomSettingsChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnMouseEnter ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnMouseLeave ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnSizeChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnVisibleChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |