C# 클래스 FarsiLibrary.Win.FATabStripItem

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: DanWBR/dwsim3 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateText void

공개 메소드들

메소드 설명
Assign ( FATabStripItem item ) : void
FATabStripItem ( ) : System
FATabStripItem ( Control displayControl ) : System
FATabStripItem ( string caption, Control displayControl ) : System
ShouldSerializeControls ( ) : bool
ShouldSerializeDock ( ) : bool
ShouldSerializeIsDrawn ( ) : bool
ShouldSerializeVisible ( ) : bool
ToString ( ) : string

Return a string representation of page.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Handles proper disposition of the tab page control.

OnChanged ( ) : void

비공개 메소드들

메소드 설명
UpdateText ( string caption, Control displayControl ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( FATabStripItem item ) : void
item FATabStripItem
리턴 void

Dispose() 보호된 메소드

Handles proper disposition of the tab page control.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FATabStripItem() 공개 메소드

public FATabStripItem ( ) : System
리턴 System

FATabStripItem() 공개 메소드

public FATabStripItem ( Control displayControl ) : System
displayControl System.Windows.Forms.Control
리턴 System

FATabStripItem() 공개 메소드

public FATabStripItem ( string caption, Control displayControl ) : System
caption string
displayControl System.Windows.Forms.Control
리턴 System

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

ShouldSerializeControls() 공개 메소드

public ShouldSerializeControls ( ) : bool
리턴 bool

ShouldSerializeDock() 공개 메소드

public ShouldSerializeDock ( ) : bool
리턴 bool

ShouldSerializeIsDrawn() 공개 메소드

public ShouldSerializeIsDrawn ( ) : bool
리턴 bool

ShouldSerializeVisible() 공개 메소드

public ShouldSerializeVisible ( ) : bool
리턴 bool

ToString() 공개 메소드

Return a string representation of page.
public ToString ( ) : string
리턴 string