C# 클래스 System.Windows.Forms.DrawListViewSubItemEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: emclient/mac-playground 1 사용 예제들

공개 메소드들

메소드 설명
DrawBackground ( ) : void
DrawFocusRectangle ( Rectangle bounds ) : void
DrawListViewSubItemEventArgs ( Graphics graphics, Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, ColumnHeader header, ListViewItemStates itemState ) : System.Drawing
DrawText ( ) : void
DrawText ( TextFormatFlags flags ) : void

메소드 상세

DrawBackground() 공개 메소드

public DrawBackground ( ) : void
리턴 void

DrawFocusRectangle() 공개 메소드

public DrawFocusRectangle ( Rectangle bounds ) : void
bounds Rectangle
리턴 void

DrawListViewSubItemEventArgs() 공개 메소드

public DrawListViewSubItemEventArgs ( Graphics graphics, Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, ColumnHeader header, ListViewItemStates itemState ) : System.Drawing
graphics Graphics
bounds Rectangle
item System.Windows.Forms.ListViewItem
subItem System.Windows.Forms.ListViewItem.ListViewSubItem
itemIndex int
columnIndex int
header ColumnHeader
itemState ListViewItemStates
리턴 System.Drawing

DrawText() 공개 메소드

public DrawText ( ) : void
리턴 void

DrawText() 공개 메소드

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
리턴 void