C# 클래스 hMailServer.Administrator.Nodes.NodeGroup

상속: INode
파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 메소드들

메소드 설명
CreateContextMenu ( ) : ContextMenuStrip
CreateControl ( ) : UserControl
NodeGroup ( string groupName, int groupID ) : System
OnDeleteObject ( object sender, EventArgs args ) : void

메소드 상세

CreateContextMenu() 공개 메소드

public CreateContextMenu ( ) : ContextMenuStrip
리턴 System.Windows.Forms.ContextMenuStrip

CreateControl() 공개 메소드

public CreateControl ( ) : UserControl
리턴 System.Windows.Forms.UserControl

NodeGroup() 공개 메소드

public NodeGroup ( string groupName, int groupID ) : System
groupName string
groupID int
리턴 System

OnDeleteObject() 공개 메소드

public OnDeleteObject ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void