SpreadsheetGear 2012
TopMost Property (WorkbookExplorer)






Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Window Style")>
<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 WorkbookExplorer
Dim value As System.Boolean
 
instance.TopMost = value
 
value = instance.TopMost
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[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;}
public read-write property TopMost: System.Boolean; 
System.ComponentModel.DefaultValueAttribute()
SRCategoryAttribute("Window Style")
SRDescriptionAttribute("Indicates whether the form always appears above all other forms that do not have this property set to true.")
public function get,set TopMost : System.boolean
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Indicates whether the form always appears above all other forms that do not have this property set to true.")]
public: __property System.bool get_TopMost();
public: __property void set_TopMost( 
   System.bool value
);
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Indicates whether the form always appears above all other forms that do not have this property set to true.")]
public:
property System.bool TopMost {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback