Difference between revisions of "RibbonCanvas.HideButtonLeft"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 10: | Line 10: | ||
− | Left position of the HideButton. | + | Left position (in pixels) of the HideButton. |
+ | If set to 0, the Left position will be at the far left. | ||
+ | If the [[RibbonCanvas.Value|Value]] is greater than the width of the RibbonCanvas, it will be displayed at the far right. | ||
+ | To keep the HideButton at the far left whatever the width, set a big value such as 99999. | ||
+ | Use the [[RibbonCanvas.ShowHideButton|ShowHideButton]] property to set the visibility of the button. |
Revision as of 23:55, 24 May 2012
Property (As Integer)
Left position (in pixels) of the HideButton. If set to 0, the Left position will be at the far left. If the Value is greater than the width of the RibbonCanvas, it will be displayed at the far right. To keep the HideButton at the far left whatever the width, set a big value such as 99999. Use the ShowHideButton property to set the visibility of the button.