[]
Determines whether a specific designer action is currently in the checked (selected) state.
public bool QueryActionChecked(DesignerAction action)
Type | Name | Description |
---|---|---|
DesignerAction | action | The DesignerAction to evaluate. This parameter specifies the action whose state is being queried. |
Type | Description |
---|---|
bool |
the designer environment. |
This method is used to query the state of actions that can be toggled on or off within the designer. For example, it can be used to check whether grid alignment is enabled or whether a specific tool is currently active.