InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseStyle Class
Properties Methods Events


In This Topic
    BaseStyle Class Members
    In This Topic

    The following tables list the members exposed by BaseStyle.

    Public Properties
     NameDescription
    Public PropertyGets value indicating whether the style is default.  
    Public PropertyGets a value indicating whether the object has been disposed. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Public PropertyGets or sets the style name. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets a style that contains the default values for current style.  
    Protected PropertyGets collection owner. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected PropertyGets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected PropertyGets or sets the root directory in C1Theme.  
    Protected PropertyGets theme provider of the current theme.  
    Protected PropertyGets top owner of the collection. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an instance of the BaseStyle class that is identical to the current BaseStyle  
    Public MethodCopies properties of the specified style of the same type.  
    Public MethodOverloaded. Releases all unmanaged resources. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Public MethodGets value of the specified styled property. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Public MethodResets style to it default value according to the applied theme.  
    Public MethodReturns the string that represents the current object.  
    Public MethodTries to get value of the specified styled property. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Top
    Protected Methods
     NameDescription
    Protected MethodStart editing the collection. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected MethodStop editing the collection. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected MethodGets a value indicating whether the collection contains a property with the specified name. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected MethodReturns value indicating whether the specified property is default.  
    Protected MethodGets a value indicating whether the a specified property is initialized. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected MethodOverridden. Called when trying to get an initialized property value.  
    Protected MethodOverridden. Called when collection owner is changed.  
    Protected MethodRaises the StyledPropertyCollection.PropertyChanged event. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Protected MethodOverloaded. Reset specified property to its default value.  
    Protected Method (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Top
    Public Events
     NameDescription
    Public EventFires when any properties change. (Inherited from C1.Win.C1Themes.StyledPropertyCollection)
    Top
    See Also