AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Ejemplo
ONG_MonOngletDyn.LargeurMaxBouton = 200
Sintaxis

Getting the maximum width of a button in a tab pane. Ocultar los detalles

<Result> = <Tab control>.MaxButtonWidth
<Result>: Integer
  • 0, no limit is defined for the maximum width of a button in a tab pane.
  • Maximum width (in pixels) of a button in a tab pane.
<Tab control>: Control name
Name of the Tab control to be used.

Setting the maximum width of a button in a tab pane. Ocultar los detalles

<Tab control>.MaxButtonWidth = <Width>
<Tab control>: Control name
Name of the Tab control to be used.
<Width>: Integer
  • Maximum width (in pixels) of a button in a tab pane.
  • 0 to specify no limit.
Observaciones
  • The MaxButtonWidth property is used to limit the size of buttons when the Tab Control uses the "Size panes: Proportional to label" option ("Details" tab in the control description window)..
  • Dynamic tabs: Tab labels are calculated automatically. The MaxButtonWidth property allows you to avoid having overly long text and overly large buttons.
  • If the text of buttons exceeds the specified size, the text is displayed with an ellipsis at the end ("...").
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local