Enum ActionProperties
Flags enumeration defining action properties for use in action property change events.
Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
[Flags]
public enum ActionProperties
  Fields
| Name | Description | 
|---|---|
| ActionGroup | ActionGroup property.  | 
      
| All | All properties combined.  | 
      
| Available | Available property.  | 
      
| Checked | Checked property.  | 
      
| Enabled | Enabled property.  | 
      
| Icon | Icon property.  | 
      
| None | No action properties are affected.  | 
      
| PopupControl | PopupControl property.  | 
      
| Shortcuts | Shortcut property.  | 
      
| ShowText | ShowText property.  | 
      
| Size | Ribbon size  | 
      
| Style | Style property.  | 
      
| Text | Text property.  | 
      
| ToolTipText | ToolTipText property.  |