C# Class Skybound.Gecko.GeckoStyleSheetService

Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
GeckoStyleSheetService ( ) : System
IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
RegisterStyleSheet ( string sheetURI, uint type ) : void
UnregisterStyleSheet ( string sheetURI, uint type ) : void

Method Details

GeckoStyleSheetService() public méthode

public GeckoStyleSheetService ( ) : System
Résultat System

IsStyleSheetRegistered() public méthode

public IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
sheetURI string
type uint
Résultat bool

RegisterStyleSheet() public méthode

public RegisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
Résultat void

UnregisterStyleSheet() public méthode

public UnregisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
Résultat void