Table of Contents

Interface ICSSMediaRule

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICSSMediaRule : ICSSRule
Inherited Members

Properties

CssRules

CSSRuleList CssRules { get; }

Property Value

CSSRuleList

Media

MediaList Media { get; }

Property Value

MediaList

Methods

DeleteRule(int)

void DeleteRule(int arg0)

Parameters

arg0 int

int

Exceptions

DOMException

InsertRule(String, int)

int InsertRule(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

int

int

Exceptions

DOMException