Difference between revisions of "CalendarEvent.FrontMost"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (84 revisions imported)
 
(82 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
 +
 +
 +
This property is used when dragging and creating the CalendarEvent.
 +
If True, the CalendarEvent is drawn over all others.

Latest revision as of 14:20, 6 August 2015

Property (As Boolean)
aCalendarEvent.FrontMost = newValue
or
BooleanValue = aCalendarEvent.FrontMost


This property is used when dragging and creating the CalendarEvent. If True, the CalendarEvent is drawn over all others.