AVEVA OMI Software Developer Kit



StyleSheet Property
Gets or sets the current StyleSheet.
Syntax
'Declaration
 
<CategoryAttribute("Browser")>
<DescriptionAttribute("Sets the CSS on WebPage")>
<DisplayNameAttribute("StyleSheet")>
Public Property StyleSheet As String
'Usage
 
Dim instance As WebControl
Dim value As String
 
instance.StyleSheet = value
 
value = instance.StyleSheet
[Category("Browser")]
[Description("Sets the CSS on WebPage")]
[DisplayName("StyleSheet")]
public string StyleSheet {get; set;}
[Category("Browser")]
[Description("Sets the CSS on WebPage")]
[DisplayName("StyleSheet")]
public:
property String^ StyleSheet {
   String^ get();
   void set (    String^ 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