Intersoft WebGrid Documentation
MenuCssFile Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : MenuCssFile Property






Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property MenuCssFile As String
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As String
 
instance.MenuCssFile = value
 
value = instance.MenuCssFile
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public string MenuCssFile {get; set;}
Delphi 
public read-write property MenuCssFile: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set MenuCssFile : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_MenuCssFile();
public: __property void set_MenuCssFile( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the CSS file used to control the appearance of context menu. The property should only contains the file name. The location of the file resides in the same folder as ScriptFolder.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ MenuCssFile {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Control WebGrid's styles using external CSS definition

©2012 Intersoft Solutions Corp. All Rights Reserved.