[]
        
(Showing Draft Content)

C1.Win.Schedule.UI.ThemesCollection.Remove

Remove Method

Remove(BaseTheme)

Removes the first occurrence of a specific theme from the collection.

Declaration
public void Remove(BaseTheme theme)
Public Sub Remove(theme As BaseTheme)
Parameters
Type Name Description
BaseTheme theme

Remove(string)

Removes the first occurrence of a specific theme name from the collection.

Declaration
public void Remove(string name)
Public Sub Remove(name As String)
Parameters
Type Name Description
string name