AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The Minimized property is used to:
  • find out whether a repositionable note is minimized,
  • minimize or restore a repositionable note.
Example
// Expand a Repositionable Note control and leave it expanded
NOTE_MyNote.Minimized = False
NOTE_MyNote.AutomaticallyMinimized = 0
// Collapse Repositionable Note control after one minute
NOTE_MyNote.Minimized = True
NOTE_MyNote.AutomaticallyMinimized = 60
Syntax

Finding out whether a repositionable note is minimized Hide the details

<Result> = <Ranking control>.Minimized
<Result>: Boolean
  • True if the Repositionable Note control is minimized. The note is displayed in the top right corner of the window,
  • False if the Repositionable Note control is entirely displayed.
<Ranking control>: Control name
Name of the Note control to use.

Minimizing or restoring a repositionable note Hide the details

<Ranking control>.Minimized = <Reduction>
<Ranking control>: Control name
Name of the Note control to use.
<Reduction>: Boolean
  • True if the Repositionable Note control must be minimized,
  • False if the Repositionable Note control must be entirely displayed.
Remarks
  • When minimized (Minimized property set to True), the repositionable note is positioned at the upper-right corner of the window.
  • AutomaticallyMinimized is used to find out and define the timeout before the repositionable note is automatically minimized.
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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