C# 클래스 ScintillaNET_Kitchen.ToolStripItemExtensionMethods

파일 보기 프로젝트 열기: uuf6429/ScintillaNET-Kitchen

공개 메소드들

메소드 설명
GetIndex ( this item ) : int
GetNextItem ( this item ) : ToolStripItem
GetPrevItem ( this item ) : ToolStripItem

메소드 상세

GetIndex() 공개 정적인 메소드

public static GetIndex ( this item ) : int
item this
리턴 int

GetNextItem() 공개 정적인 메소드

public static GetNextItem ( this item ) : ToolStripItem
item this
리턴 System.Windows.Forms.ToolStripItem

GetPrevItem() 공개 정적인 메소드

public static GetPrevItem ( this item ) : ToolStripItem
item this
리턴 ToolStripItem