Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
web:tabbaritem [2017/04/09 07:06] agcyphers created |
web:tabbaritem [2019/10/23 05:53] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Enumerations ====== | + | ==== See Also ==== |
+ | [[web:tabbar|GraffitiWebTabBar]] | ||
+ | |||
+ | ==== Enumerations ==== | ||
^ Name ^ Values ^ | ^ Name ^ Values ^ | ||
| | This class exposes no enumerations. | | | | This class exposes no enumerations. | | ||
- | ====== Constants ====== | + | ==== Constants ==== |
^ Name ^ Type ^ Value ^ | ^ Name ^ Type ^ Value ^ | ||
| | | This class exposes no constants. | | | | | This class exposes no constants. | | ||
- | ====== Events ====== | + | ==== Events ==== |
^ Definition ^ Description ^ | ^ Definition ^ Description ^ | ||
| | This class exposes no events. | | | | This class exposes no events. | | ||
- | ====== Methods ====== | + | ==== Methods ==== |
^ Definition ^ Description ^ | ^ Definition ^ Description ^ | ||
| Constructor( tabCaption as String, tabClose as Boolean = False, tabTag as Variant = nil ) | Create an instance with the parameters applied to that instance's properties. | | | Constructor( tabCaption as String, tabClose as Boolean = False, tabTag as Variant = nil ) | Create an instance with the parameters applied to that instance's properties. | | ||
- | ====== Properties ====== | + | ==== Properties ==== |
^ Name ^ Type ^ Default Value ^ Description ^ | ^ Name ^ Type ^ Default Value ^ Description ^ | ||
| CanClose | Boolean | False | Whether the tab has a close button. | | | CanClose | Boolean | False | Whether the tab has a close button. | | ||
| Caption | String | "" | The text to display within the tab. | | | Caption | String | "" | The text to display within the tab. | | ||
+ | | Icon | String | "" | Icon to display in the tab. | | ||
| Tag | Variant | Nil | A property to be used for storing and retrieving any data the developer wishes. | | | Tag | Variant | Nil | A property to be used for storing and retrieving any data the developer wishes. | | ||
- | ====== Examples ====== | + | ==== Examples ==== |
There are currently no examples for this class. | There are currently no examples for this class. |