SpreadsheetGear 2017
TopMost Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : TopMost Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.DefaultValueAttribute(False)>
<SRDescriptionAttribute("FormTopMostDescr")>
Public Property TopMost As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.TopMost = value
 
value = instance.TopMost
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("FormTopMostDescr")]
public System.bool TopMost {get; set;}
public read-write property TopMost: System.Boolean; 
SRCategoryAttribute("CatWindowStyle")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("FormTopMostDescr")
public function get,set TopMost : System.boolean
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("FormTopMostDescr")]
public: __property System.bool get_TopMost();
public: __property void set_TopMost( 
   System.bool value
);
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("FormTopMostDescr")]
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

WorkbookDesigner Class
WorkbookDesigner Members