Share

ClientGraphics.Selectable Property

Parent Object: ClientGraphics

Description

Property that gets and sets whether all of the GraphicsNode objects within the ClientGraphics object are selectable. When getting this property valid values are kAllGraphicsSelectable, kNoGraphicsSelectable, and kSomeGraphicsSelectable. When setting this property kAllGraphicsSelectable and kNoGraphicsSelectable are valid.

Syntax

ClientGraphics.Selectable() As GraphicsSelectabilityEnum

Property Value

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

Version

Introduced in version 5

Was this information helpful?