C# 클래스 Habanero.Faces.Win.TabControlWin

Manages a related set of tab pages
상속: System.Windows.Forms.TabControl, ITabControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

Private Properties

프로퍼티 타입 설명
BindMouseWheelToTabScroll void
MousePositionInTabArea bool
ScrollToApplicableTab void

공개 메소드들

메소드 설명
AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight, int minimumControlWidth ) : IControlHabanero

Adds an IControlHabanero to this control. The contentControl is wrapped in the appropriate Child Control Type.

TabControlWin ( ) : System.Collections

비공개 메소드들

메소드 설명
BindMouseWheelToTabScroll ( ) : void
MousePositionInTabArea ( MouseEventArgs mouseEventArgs ) : bool
ScrollToApplicableTab ( MouseEventArgs mouseEventArgs ) : void

메소드 상세

AddControl() 공개 메소드

Adds an IControlHabanero to this control. The contentControl is wrapped in the appropriate Child Control Type.
public AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight, int minimumControlWidth ) : IControlHabanero
contentControl IControlHabanero The control that is being placed as a child within this control. The content control could be /// a Panel of .s or any other child control
headingText string The heading text that will be shown as the Header for this Group e.g. For a /// this will be the Text shown in the Tab for a this will be the text shown /// on the Collapse Panel and for an this will be the title of the Group Box.
minimumControlHeight int The minimum height that the can be. /// This height along with any other spacing required will be used as the minimum height for the ChildControlCreated ///
minimumControlWidth int The minimum width that the contentControl can be
리턴 IControlHabanero

TabControlWin() 공개 메소드

public TabControlWin ( ) : System.Collections
리턴 System.Collections