dbicDayView Send comments on this topic.
TopMost Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : TopMost Property

Gets or sets a value indicating whether the form should be displayed as a topmost form.

Syntax

Visual Basic (Declaration) 
Public Property TopMost As Boolean
C# 
public bool TopMost {get; set;}

Property Value

true to display the form as a topmost form; otherwise, false. The default is false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also