Name | Description | |
---|---|---|
StateBarStyle Constructor |
The following tables list the members exposed by StateBarStyle.
Name | Description | |
---|---|---|
StateBarStyle Constructor |
Name | Description | |
---|---|---|
BackColor | Gets or sets the System.Drawing.Color used to paint the background. | |
BorderColor | Gets or sets the System.Drawing.Color used to draw the border around the element. | |
ForeColor | Gets or sets the System.Drawing.Color used to paint the foreground. | |
IsDefault | Gets value indicating whether the style is default. (Inherited from C1.Win.Themes.BaseStyle) | |
IsDisposed | Gets a value indicating whether the object has been disposed. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Name | Gets or sets the style name. (Inherited from C1.Win.Themes.StyledPropertyCollection) |
Name | Description | |
---|---|---|
BackBrushProvider | Gets C1.Framework.BackgroundBrushProvider objects used to paint backgrounds. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
DefaultStyle | Gets a style that contains the default values for current style. (Inherited from C1.Win.Themes.BaseStyle) | |
Owner | Gets collection owner. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Parent | Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent. (Inherited from C1.Win.Input.Styles.StateElementBaseStyle) | |
Root | Gets or sets the root directory in C1Theme. (Inherited from C1.Win.Themes.BaseStyle) | |
ThemeProvider | Gets theme provider of the current theme. (Inherited from C1.Win.Themes.BaseStyle) | |
TopOwner | Gets top owner of the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) |
Name | Description | |
---|---|---|
ApplyToStyle | Applies style to destination C1.Framework.Style object if it is possible. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
Clone | Creates an instance of the C1.Win.Themes.BaseStyle class that is identical to the current C1.Win.Themes.BaseStyle (Inherited from C1.Win.Themes.BaseStyle) | |
Copy | Copies properties of the specified style of the same type. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
Dispose | Overloaded. Releases all unmanaged resources. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
GetProperty | Gets value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
GetStyle | Gets the new C1.Framework.Style object that matches the current style if it is possible. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
Reset | Resets style to it default value according to the applied theme. (Inherited from C1.Win.Themes.BaseStyle) | |
ToString | Returns the string that represents the current object. (Inherited from C1.Win.Themes.BaseStyle) | |
TryGetProperty | Tries to get value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection) |
Name | Description | |
---|---|---|
BeginUpdate | Start editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
EndUpdate | Stop editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
HasProperty | Gets a value indicating whether the collection contains a property with the specified name. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
IsDefaultProperty | Returns value indicating whether the specified property is default. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
IsInitialized | Gets a value indicating whether the a specified property is initialized. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
OnGetUninitializedProperty | Called when trying to get an initialized property value. (Inherited from C1.Win.Themes.BaseStyle) | |
OnOwnerChanged | Called when collection owner is changed. (Inherited from C1.Win.Themes.BaseStyle) | |
OnPropertyChanged | Raises the C1.Win.Themes.StyledPropertyCollection.PropertyChanged event. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
ResetBackColor | Restores the default value of the BackColor property. | |
ResetBorderColor | Restores the default value of the BorderColor property. | |
ResetForeColor | Restores the default value of the ForeColor property. | |
ResetProperty | Overloaded. Completely resets specified property (make it uninitialized, initialization required after that). (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
ShouldSerializeBackColor | Specifies whether to save the value of the BackColor property. | |
ShouldSerializeBorderColor | Specifies whether to save the value of the BorderColor property. | |
ShouldSerializeForeColor | Specifies whether to save the value of the ForeColor property. |
Name | Description | |
---|---|---|
PropertyChanged | Fires when any properties change. (Inherited from C1.Win.Themes.StyledPropertyCollection) |