|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | AssignTabLabels (character, character) |
Assigns the Labels of the Tabfolder based on a Character List |
|
+ | CloseTabs () |
Closes the dynamically created windows and WindowContainer objects |
|
+ | CreateTab (character, integer) |
Creates a Tab on the TabFolder with the given Label and key |
|
+ | CreateTabPageFrame (integer) |
Creates the Window and Frame used for folder pages |
|
+ | CreateTabs (character) |
Creates Tabs for a list of Tabs |
|
+ | CreateTabs (character, character) |
Creates Tabs for a list of Tabs |
|
+ | DeleteTabPage (integer) |
Deletes (removes) a Tab Page |
|
+ | DisableFolderPage (integer) |
Disables a folder Page |
|
+ | EnableFolderPage (integer) |
Enables a folder Page |
|
+ | FinalizeTabPage (integer) |
Fianlizes the Embedding of a single Tab Page |
|
+ | System.Windows.Forms.Control GetTabPageControl (integer) |
Returns the UltraTab Control that was created for a tab page |
|
+ | HANDLE GetTabPageFrame (integer) |
Returns the HANDLE of the ABL Frame that was created as the default
frame for a tab page |
|
+ | HANDLE GetTabPageWindow (integer) |
Returns the HANDLE of the ABL Window that was created for a tab page |
|
+ | Progress.Windows.WindowContainer GetTabPageWindowContainer (integer) |
Returns the WindowContainer Control that was created for a tab page |
|
+ | SelectTab (integer) |
Selects a TabPage |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER SplitterDistance |
Gets and sets the Splitter's distance |
|
+ | Infragistics.Win.UltraWinTabControl.UltraTabControl TabFolder |
Returns the reference to the UltraTabControl used in this Form |
Top
PUBLIC AssignTabLabels (character, character)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CloseTabs ()
|
||||||||||||||||||||||||
PUBLIC CreateTab (character, integer)
|
||||||||||||||||||||||||
PUBLIC CreateTabPageFrame (integer)
|
||||||||||||||||||||||||
PUBLIC CreateTabs (character)
|
||||||||||||||||||||||||
PUBLIC CreateTabs (character, character)
|
||||||||||||||||||||||||
PUBLIC DeleteTabPage (integer)
|
||||||||||||||||||||||||
PUBLIC DisableFolderPage (integer)
|
||||||||||||||||||||||||
PUBLIC EnableFolderPage (integer)
|
||||||||||||||||||||||||
PUBLIC FinalizeTabPage (integer)
|
||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control GetTabPageControl (integer)
|
||||||||||||||||||||||||
PUBLIC HANDLE GetTabPageFrame (integer)
|
||||||||||||||||||||||||
PUBLIC HANDLE GetTabPageWindow (integer)
|
||||||||||||||||||||||||
PUBLIC Progress.Windows.WindowContainer GetTabPageWindowContainer (integer)
|
||||||||||||||||||||||||
PUBLIC SelectTab (integer)
|
PUBLIC INTEGER SplitterDistance
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Infragistics.Win.UltraWinTabControl.UltraTabControl TabFolder
|