[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Manages a related set of tab pages [Edit] Class=Tab Color=BackColor [Property] Width= | |200 Height= | |100 Text= | | @Alignment=Sets the area of the control where the tabs are aligned.ARG(TabAlignment)|14|0|Top,Bottom,Left,Right @Appearance=Sets the visual appearance of the control's tabs.ARG(TabAppearance)|14|0|Normal,Buttons,FlatButtons @DrawMode=Sets the way that the control's tabs are drawn.ARG(TabDrawMode)|14|0|Normal,OwnerDrawFixed @HotTrack=Sets a value indicating whether the control's tabs change in appearance when the mouse passes over them.ARG(bool)|14|1|True,False @ImageList=Sets the images to display on the control's tabs.ARG(ImageList)|20|(empty)|ImageList @ItemSize=Sets the size of the control's tabs.ARG(Size)|20|(empty)|Size @Multiline=Sets a value indicating whether more than one row of tabs can be displayed.ARG(bool)|14|1|True,False @Padding=Sets the amount of space around each item on the control's tab pages.ARG(Point)|20|(empty)|Point @RightToLeftLayout=Sets a value indicating whether right-to-left mirror placement is turned on.ARG(bool)|14|1|True,False @ShowToolTips=Sets a value indicating whether a tab's ToolTip is shown when the mouse passes over the tab.ARG(bool)|14|1|True,False @SizeMode=Sets the way that the control's tabs are sized.ARG(TabSizeMode)|14|0|Normal,FillToRight,Fixed [Methods] *doDeselectTab=Makes the tab following the tab with the specified index the current tab.ARG(int index)|1|0 *doDeselectTab2=Makes the tab following the tab with the specified name the current tab.ARG(string tabPageName)|1|0 *doDeselectTab3=Makes the tab following the specified TabPage the current tab. ARG(TabPage tabPage)|1|0 *doGetTabRect=Returns the bounding rectangle for a specified tab in this tab control.ARG(int index)|1|0 *doSelectedIndex=Sets the index of the currently selected tab page.ARG(int)|1|0 *doSelectedTab=Sets the currently selected tab page.ARG(TabPage)|1|0 doSelectTab=Makes the tab with the specified index the current tab.ARG(int index)|1|0 *doSelectTab2=Makes the tab with the specified name the current tab.ARG(string tabPageName)|1|0 *doSelectTab3=Makes the specified TabPage the current tab. ARG(TabPage tabPage)|1|0 *onBackColorChanged=This event is not meaningful for this control.ARG(EventArgs)|2|0 *onDeselected=Occurs when a tab is deselected. ARG(TabControlEventArgs)|2|0 *onDeselecting=Occurs before a tab is deselected, enabling a handler to cancel the tab change.ARG(TabControlCancelEventArgs)|2|0 *onDrawItem=Occurs when the TabControl needs to paint each of its tabs if the DrawMode property is set to OwnerDrawFixed. ARG(DrawItemEventArgs)|2|0 *onGetTabRect=Occurs after invoke the method doGetTabRect and returns the result ARG(Rectangle)|2|0 *onRightToLeftLayoutChanged=Occurs when the value of the RightToLeftLayout property changes. ARG(EventArgs)|2|0 *onSelected=Occurs when a tab is selected.ARG(TabControlEventArgs)|2|0 onSelectedIndexChanged=Occurs when the SelectedIndex property has changed. ARG(EventArgs)|2|0 *onSelecting=Occurs before a tab is selected, enabling a handler to cancel the tab change.ARG(TabControlCancelEventArgs)|2|0 *Alignment=Returns the area of the control where the tabs are aligned.ARG(TabAlignment)|3|0 *Appearance=Returns the visual appearance of the control's tabs.ARG(TabAppearance)|3|0 *DisplayRectangle=Returns the display area of the control's tab pages. ARG(Rectangle)|3|0 *DrawMode=Returns the way that the control's tabs are drawn.ARG(TabDrawMode)|3|0 *HotTrack=Returns a value indicating whether the control's tabs change in appearance when the mouse passes over them.ARG(bool)|3|104 *ImageList=Returns the images to display on the control's tabs.ARG(ImageList)|3|0 *ItemSize=Returns the size of the control's tabs.ARG(Size)|3|0 *Multiline=Returns a value indicating whether more than one row of tabs can be displayed.ARG(bool)|3|104 *Padding=Returns the amount of space around each item on the control's tab pages.ARG(Point)|3|0 *RightToLeftLayout=Returns a value indicating whether right-to-left mirror placement is turned on.ARG(bool)|3|104 *RowCount=Returns the number of rows that are currently being displayed in the control's tab strip.ARG(int)|3|1 SelectedIndex=Returns the index of the currently selected tab page.ARG(int)|3|1 *SelectedTab=Returns the currently selected tab page.ARG(TabPage)|3|0 *ShowToolTips=Returns a value indicating whether a tab's ToolTip is shown when the mouse passes over the tab.ARG(bool)|3|104 *SizeMode=Returns the way that the control's tabs are sized.ARG(TabSizeMode)|3|0 *TabCount=Returns the number of tabs in the tab strip.ARG(int)|3|1 *TabPages=Returns the collection of tab pages in this tab control.ARG(TabControl..::..TabPageCollection)|3|0 TabControl=Returns the TabControl object. ARG(TabControl)|3|0 index=The index in the TabPages collection of the tab to select/deselect. ARG(int)|4|1 *tabPage=The TabPage to select/deselect. ARG(TabPage)|4|0 *tabPageName=The Name of the tab to select/deselect. ARG(string)|4|2