[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,InheritPanel Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a single tab page in a TabControl [Edit] Class=Panel [Property] Width= | |192 Height= | |74 Constructor=Sets the Constructor of the TabPage class|14|0|Constructor,Constructor2 @BackColor=Sets the background color for the TabPage. ARG(Color)|8|clNone @ImageIndex=Sets the index to the image displayed on this tab.ARG(int)|1|0 @ImageKey=Sets the key accessor for the image in the ImageList of the associated TabControl. ARG(string)|2| @Text=Sets the text to display on the tab. ARG(string)|2|tabPage @ToolTipText=Sets the ToolTip text for this tab.ARG(string)|2| @UseVisualStyleBackColor=Sets a value indicating whether the TabPage background renders using the current visual style when visual styles are enabled. ARG(bool)|14|1|True,False [Methods] *doConstructor=Initializes a new instance of the TabPage class. ARG()|1|0 *doConstructor2=Initializes a new instance of the TabPage class and specifies the text for the tab. ARG(string caption)|1|0 *doGetTabPageOfComponent=Retrieves the tab page that contains the specified object.ARG(Object obj)|1|0 *onGetTabPageOfComponent=Occurs after invoke the method doGetTabPageOfComponent and returns the result ARG(TabPage)|2|0 *onTextChanged=Occurs when the value of the Text property changes. ARG(EventArgs)|2|0 *BackColor=Returns the background color for the TabPage. ARG(Color)|3|8 *ImageIndex=Returns the index to the image displayed on this tab.ARG(int)|3|1 *ImageKey=Returns the key accessor for the image in the ImageList of the associated TabControl. ARG(string)|3|2 *Text=Returns the text to display on the tab. ARG(string)|3|2 *ToolTipText=Returns the ToolTip text for this tab.ARG(string)|3|2 *ToString=Returns a string containing the value of the Text property. ARG(string)|3|2 *UseVisualStyleBackColor=Returns a value indicating whether the TabPage background renders using the current visual style when visual styles are enabled. ARG(bool)|3|104 TabPage=Returns the TabPage object. ARG(TabPage)|3|0 *obj=The object to look for. ARG(Object)|4|0 *caption=The text for the tab. ARG(string)|4|2