ContextMenuSettingsSkin Property |
Gets or sets the skin name for the context menu.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string Skin { get; set; }
Public Property Skin As String
Get
Set
public:
property String^ Skin {
String^ get ();
void set (String^ value);
}
member Skin : string with get, set
Property Value
Type:
StringA string indicating the skin name for the context menu. The default is "Default".
Remarks
If this property is not set, the control will render using the skin named "Default".
If EnableEmbeddedSkins is set to false, the control will not render skin.
See Also