|
|
|
|
|
AutomaticallyMinimized (Property) In french: RéduitAutomatique
The AutomaticallyMinimized property is used to: - Find out the timeout before the Repositionable Note is automatically minimized.
- Define the timeout before the Repositionable Note control is automatically minimized.
Remark: This property is equivalent to the "Automatically reduce the note after" option in the "UI" tab of the control description window. // 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 the duration before the Repositionable Note is automatically minimized Hide the details
<Result> = <Repositionable Note control>.AutomaticallyMinimized
<Result>: Integer Duration (in seconds) before the Repositionable Note control is automatically minimized. <Repositionable Note control>: Control name Name of Repositionable Note control to use.
Modifying the duration before the Repositionable Note control is automatically minimized Hide the details
<Repositionable Note control>.AutomaticallyMinimized = <Automatic Collapse>
<Repositionable Note control>: Control name Name of Repositionable Note control to use. <Automatic Collapse>: Integer ou Duration Duration (in seconds) before the Repositionable Note control is automatically minimized. This parameter can correspond to: - an integer corresponding to the number of seconds,
- a Duration variable,
- the duration in a readable format (e.g.: '1s' or '10 s').
Remarks Operating mode - By default, the Repositionable Note is never minimized ("Automatically reduce the note after" option in the "UI" tab set to "Never").
- If the user expands the Repositionable Note control, it remains expanded.
- If an XX value is assigned to the AutomaticallyMinimized property, the Repositionable Note control will be automatically minimized after XX seconds.
Note - The Minimized property allows you to know if a Repositionable Note control is minimized.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|