MaintainSelection property
Sets or returns a value indicating whether the selection in the event list is maintained when the object loses focus. Read/write. Boolean.
Syntax
object
.MaintainSelection
[= boolean
]where
object
—the name of an AlarmEventBanner object.boolean
—a value indicating whether the selection in the event list is maintained when the object loses focus. If set to TRUE, the selection is maintained when the object loses focus. If set to FALSE, the selection is lost when the object loses focus. The default value is FALSE.Provide Feedback