API ReferenceSandbox.UI

IStyleTargetclass

Everything the style system needs to work out a style

objectIStyleTarget
Namespace
Sandbox.UI
Assembly
Sandbox.System
Declaration
public abstract interface Sandbox.UI.IStyleTarget

Methods1

Showing 1 methods

public virtual bool HasClasses(string[] classes)PUBLICVIRTUAL

ParameterTypeDescription
classesstring[]
Returns:bool

Properties6

Showing 6 properties

public virtual string Sandbox.UI.IStyleTarget.ElementName { get; set; }PUBLICVIRTUALGETSET

Returns:string

public virtual string Sandbox.UI.IStyleTarget.Id { get; set; }PUBLICVIRTUALGETSET

Returns:string

public virtual int Sandbox.UI.IStyleTarget.SiblingIndex { get; set; }PUBLICVIRTUALGETSET

Returns:int

On this page