TdxNavBarGroupViewInfo.IsItemsVisible Method
Returns a value indicating whether this group’s links are currently visible.
Declaration
function IsItemsVisible: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Links are visible when the owning group is expanded. The IsItemsVisible function returns True in this case. Otherwise, its content doesn’t need to be painted.
See Also