Difference between revisions of "RibbonCanvas.HideButtonLeft"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
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.

Latest revision as of 14:25, 6 August 2015

Property (As Integer)
aRibbonCanvas.HideButtonLeft = newValue
or
IntegerValue = aRibbonCanvas.HideButtonLeft


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.