Difference between revisions of "RibbonCanvas.HideButtonLeft"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
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 00:55, 25 May 2012

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.