Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
MenuItem.GetOnStateImage
Returns the image used to depict the receiver's on state.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Menu | 4.1 | Yes | Yes | No | No | No |
MBS( "MenuItem.GetOnStateImage"; item { ; ImageType; Filename } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
item | The reference to the menu item. Please create one with MenuItem.CreateMenuItem or MenuItem.CreateSeparator. | $item |
ImageType | Optional The type of image to return. Either JPEG, PNG, GIF or BMP. Default is JPEG. |
"JPEG" |
Filename | Optional The filename to use for the picture. Default is "image" with the extension matching the image type. |
"test.jpg" |
Result
Returns image or error.
Description
Returns the image used to depict the receiver's on state.The image used to depict the receiver's "on” state, or empty if the image has not been set.
See also
- MenuItem.CreateMenuItem
- MenuItem.CreateSeparator
- MenuItem.GetMixedStateImage
- MenuItem.GetOffStateImage
- MenuItem.SetMixedStateImage
- MenuItem.SetOffStateImage
- MenuItem.SetOnStateImage
Created 18th August 2014, last changed 31st August 2014
MenuItem.GetOffStateImage - MenuItem.GetParentItem
Feedback: Report problem or ask question.
Links
MBS FileMaker blog