Share

ClientFeature.ClientGraphicsVisible Property

Parent Object: ClientFeature

Description

Read-write property that gets and sets whether all the client graphics in this client feature are visible or not.

Remarks

When getting this property valid values are kAllGraphicsVisible, kNoGraphicsVisible, and kSomeGraphicsVisible. When setting this property kAllGraphicsVisible and kNoGraphicsVisible are valid.

Syntax

ClientFeature.ClientGraphicsVisible() As GraphicsVisibilityEnum

Property Value

This is a read/write property whose value is a GraphicsVisibilityEnum.

Version

Introduced in version 2026

Was this information helpful?