[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.QueryActionChecked

QueryActionChecked Method

QueryActionChecked(DesignerAction)

Determines whether a specific designer action is currently in the checked (selected) state.

Declaration
public bool QueryActionChecked(DesignerAction action)
Parameters
Type Name Description
DesignerAction action

The DesignerAction to evaluate. This parameter specifies the action whose state is being queried.

Returns
Type Description
bool
<code>true</code> if the specified action is checked; otherwise, <code>false</code>. The return value indicates the current state of the action within 

the designer environment.

Remarks

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.