|
|
|
|
|
Minimized (Property) In french: Réduit
The Minimized property is used to: - find out whether a repositionable note is minimized,
- minimize or restore a repositionable note.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|