Share

ClientGraphics.Visible Property

Parent Object: ClientGraphics

Description

Property that gets and sets whether all of the GraphicsNode objects within the ClientGraphics object are visible. When getting this property valid values are kAllGraphicsVisible, kNoGraphicsVisible, and kSomeGraphicsVisible. When setting this property kAllGraphicsVisible and kNoGraphicsVisible are valid.

Syntax

ClientGraphics.Visible() As GraphicsVisibilityEnum

Property Value

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

Version

Introduced in version 5

Was this information helpful?