C# 클래스 MultiRemoteDesktopClient.Controls.TreeListViewControlHooks

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET

공개 메소드들

메소드 설명
AddControlForEmptyListItem ( Object ctrl ) : void
AddControlForItemSelection ( Object ctrl ) : void
EnableControls ( bool enable ) : void
TreeListViewControlHooks ( TreeListView &tlv ) : System

비공개 메소드들

메소드 설명
EnableControls ( bool enable, Object ctrl ) : void
tlv_MouseClick ( object sender, MouseEventArgs e ) : void

메소드 상세

AddControlForEmptyListItem() 공개 메소드

public AddControlForEmptyListItem ( Object ctrl ) : void
ctrl Object
리턴 void

AddControlForItemSelection() 공개 메소드

public AddControlForItemSelection ( Object ctrl ) : void
ctrl Object
리턴 void

EnableControls() 공개 메소드

public EnableControls ( bool enable ) : void
enable bool
리턴 void

TreeListViewControlHooks() 공개 메소드

public TreeListViewControlHooks ( TreeListView &tlv ) : System
tlv TreeListView
리턴 System