DocumentCheckAction Properties
A check button displayed within a Content Container header and related to a specific Document.| Name | Description |
|---|---|
| Caption | Gets or sets the Action’s caption. Inherited from UIActionPropertiesCore. |
| CheckedCommand | Gets a Command, executed when the current DocumentCheckAction is checked. |
| Description | Gets or sets the Action’s description. Inherited from UIActionPropertiesCore. |
| Image | Gets or sets the Action’s icon. Inherited from UIActionPropertiesCore. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this WindowsUI button. Inherited from UIActionPropertiesCore. |
| UncheckedCommand | Gets a Command, executed when the current DocumentCheckAction is unchecked. |
See Also