TdxRibbonGalleryFilter.IsGroupFiltered(TdxRibbonGalleryGroup) Method
Determines whether the group specified by the AGroup parameter is filtered out.
Declaration
function IsGroupFiltered(AGroup: TdxRibbonGalleryGroup): Boolean;
Parameters
| Name | Type |
|---|---|
| AGroup | TdxRibbonGalleryGroup |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the specified group is not associated with the currently active category. If the ActiveCategoryIndex property is set to -1, the return value is always False.
See Also