Difference between revisions of "RibbonMain"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 11: | Line 11: | ||
|class=titleClass colspan=3|Properties | |class=titleClass colspan=3|Properties | ||
|- | |- | ||
− | |width=33%|{{Property | name=DefaultHeight | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=DefaultHeight | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=Options | type=RibbonMainOption | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=Options | type=RibbonMainOption | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=ShowSubOptions | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=ShowSubOptions | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
− | |width=33%|{{Property | name=DisclosureBuffer | type=Picture | description= | readonly=yes | newinversion=}} | + | |width=33%|{{Property | name=DisclosureBuffer | type=Picture | description= | readonly=yes | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=OptionsWidth | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=OptionsWidth | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=State | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=State | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
− | |width=33%|{{Property | name=Height | type=Integer | description= | readonly=yes | newinversion=}} | + | |width=33%|{{Property | name=Height | type=Integer | description= | readonly=yes | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=RecentCaption | type=String | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=RecentCaption | type=String | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=Visible | type=Boolean | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=Visible | type=Boolean | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
− | |width=33%|{{Property | name=Icon | type=Picture | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=Icon | type=Picture | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=RecentFiles | type=FolderItem | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=RecentFiles | type=FolderItem | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=Width | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=Width | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
− | |width=33%|{{Property | name=LastMouseOver | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=LastMouseOver | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=RecentOver | type=Integer | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=RecentOver | type=Integer | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
− | |width=33%|{{Property | name=myMetrics | type=Metrics | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=myMetrics | type=Metrics | description= | readonly=no | newinversion= | version=1.2.4}} |
− | |width=33%|{{Property | name=ShowFullPath | type=Boolean | description= | readonly=no | newinversion=}} | + | |width=33%|{{Property | name=ShowFullPath | type=Boolean | description= | readonly=no | newinversion= | version=1.2.4}} |
|- | |- | ||
+ | |width=33%|{{Property | name=Options | type=RibbonMainOption | description= | readonly=no | newinversion= | version=1.2.4}} | ||
|} | |} | ||
− | |||
− | |||
Line 58: | Line 57: | ||
|- | |- | ||
|{{Method | name=SetStyle | params=value As Integer | description= | newinversion=}} | |{{Method | name=SetStyle | params=value As Integer | description= | newinversion=}} | ||
+ | |- | ||
+ | |||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
Line 67: | Line 66: | ||
==See Also== | ==See Also== | ||
− | + | RibbonButton, RibbonMainOption, RibbonSection, [[RibbonTab]] classes. | |
− | RibbonCanvas controls. | + | RibbonCanvas controls. |
Revision as of 23:55, 24 May 2012
This class is used to define the Main view of the Ribbon. The Main view is displayed when the button to the left of the leftmost Tab is clicked. The Main view also displays the list of Recent Files.
Properties | ||
DefaultHeight | Options | ShowSubOptions |
DisclosureBuffer | OptionsWidth | State |
Height | RecentCaption | Visible |
Icon | RecentFiles | Width |
LastMouseOver | RecentOver | |
myMetrics | ShowFullPath | |
Options |
Methods |
ClearAllStates |
Constructor |
Constructor |
Draw |
GetOptionIndex |
KeyDown |
SetStyle |
See Also
RibbonButton, RibbonMainOption, RibbonSection, RibbonTab classes. RibbonCanvas controls.