// Modify the image associated with the "BTN_Help" button
BTN_Aide.Image = "C:\MesImage s\Aide.gif"
// Initialize the number of drawings in the image associated with "BTN_Help"
BTN_Help.ImageStatus = 3
Syntax
Finding out the number of drawings found in the image associated with a control Hide the details
<Current number of drawings> = <Control used>.ImageState
<Current number of drawings>: Integer
Number of drawings found in:- The image associated with the button. This number is included between 1 and 5.
- The image of the cursor in a slider. This number is included between 1 and 2.
- The image associated with the button of a sidebar pane. This number is included between 1 and 5.
- The image associated with the button of a tab pane. This number is included between 1 and 5.
Versions 17 and laterThe image associated with the Rating control.
New in version 17The image associated with the Rating control.
The image associated with the Rating control.
For the Check Box and Radio Button controls, number of animation steps.
<Control used>: Control name
Name of control to use.
Modifying the number of drawings found in the image associated with a control Hide the details
<Control used>.ImageState = <Number of Drawings>
<Control used>: Control name
Name of control to use.
<Number of Drawings>: Integer
New number of drawings found in:- The image associated with the button. This number is included between 1 and 5.
- The image of the cursor in a slider. This number is included between 1 and 2.
- The image associated with the button of a sidebar pane. This number is included between 1 and 5.
- The image associated with the button of a tab pane. This number is included between 1 and 5.
Versions 17 and laterThe image associated with the Rating control.
New in version 17The image associated with the Rating control.
The image associated with the Rating control.
For the Check Box and Radio Button controls, new number of animation steps.
Remarks
The Property
ImageState applies only to:
- buttons,
- the sliders,
- the sidebar panes,
- tab panes,
- the check boxes and radio buttons,
Versions 17 and laterthe Rating controls.
New in version 17the Rating controls.
the Rating controls.
Versions 18 and laterthe groups of a Ribbon control.
New in version 18the groups of a Ribbon control.
the groups of a Ribbon control.