'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.DefaultValueAttribute()> <SRDescriptionAttribute("Indicates whether the form always appears above all other forms that do not have this property set to true.")> Public Property TopMost As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.TopMost = value value = instance.TopMost
[SRCategory("Window Style")] [System.ComponentModel.DefaultValue()] [SRDescription("Indicates whether the form always appears above all other forms that do not have this property set to true.")] public System.bool TopMost {get; set;}