Click or drag to resize

ElementModelIsClickable Property

Allows the object to be clicked if the parent element is focused.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string IsClickable { get; set; }

Property Value

Type: String
Remarks

(Set to true by default.)

Allows an object to be clicked when set to true, if the parent element is focused (i.e., has IsFocusable set to true).

When set to false, the object cannot be clicked. It is recommended to set IsClickable to false when a main object contains multiple child placeholders but does not need to be picked up by the user.

See Also