Skybound Rebar

RebarTheme Members

RebarTheme overview

Public Static (Shared) Properties

DefaultTheme Gets the instance of RebarTheme which renders using the theme assigned by SetDefault.

Public Static (Shared) Methods

GetDefault Gets the RebarTheme assigned using SetDefault.
SetDefault Sets the RebarTheme used to render ContextMenu and Rebar controls whose theme is set to DefaultTheme.

Public Static (Shared) Events

DefaultThemeChangedOccurs when the default theme is changed.

Protected Static (Shared) Methods

OnDefaultThemeChangedRaises the DefaultThemeChanged event.

Public Instance Methods

CreateBandRenderer Creates a new RebarBandRenderer object which renders bands using the current theme.
CreateButtonRenderer Creates a new RebarButtonRenderer object which renders buttons using the current theme.
CreateMenuItemRendererOverloaded. Creates a new RebarMenuItemRenderer object which renders menu items using the current theme.
CreateMenuRenderer Creates a new RebarMenuRenderer object which renders menus using the current theme.
DrawRebarBackground Draws the background of a Rebar control onto the specified Graphics surface.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetBordersVisible Gets a value that indicates whether 3D borders should be displayed between bands on the specified Rebar control.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

RebarTheme Constructor Initializes a new instance of a RebarTheme.

Protected Instance Properties

IsReadOnly Gets or sets a value that indicates whether the color properties of this scheme may only be read.

Protected Instance Methods

AssertNotReadOnly Throws an exception if IsReadOnly property is true.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

RebarTheme Class | Skybound.Rebar.Rendering Namespace