Property | Type | Description | |
---|---|---|---|
BindMouseWheelToTabScroll | void | ||
MousePositionInTabArea | bool | ||
ScrollToApplicableTab | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
BindMouseWheelToTabScroll ( ) : void | ||
MousePositionInTabArea ( MouseEventArgs mouseEventArgs ) : bool | ||
ScrollToApplicableTab ( MouseEventArgs mouseEventArgs ) : void |
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 |
headingText | string | The heading text that will be shown as the Header for this Group e.g. For a |
minimumControlHeight | int | The minimum height that the |
minimumControlWidth | int | The minimum width that the contentControl can be |
return | IControlHabanero |
public TabControlWin ( ) : System.Collections | ||
return | System.Collections |