Skip to content

TitleBarButton class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.TitleBarButton Modifiers: public

Summary

        TitleBarButton.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class TitleBarButton
class Button
Button <|-- TitleBarButton

Inherits from: Button

Constructors

NameSummary
.ctorInitializes a new instance of the [TitleBarButton](# class.

Properties

NameSummary
ButtonTypeGets or sets the type of the button.
ButtonsForegroundGets or sets the buttons foreground.
MouseOverButtonsForegroundGets or sets foreground of the navigation buttons while mouse over.
RenderButtonsForegroundGets or sets the render buttons foreground.
IsHoveredGets a value indicating whether this instance is hovered.

Fields

NameSummary
static ButtonTypePropertyProperty for [ButtonType](#
static ButtonsForegroundPropertyProperty for [ButtonsForeground](#
static MouseOverButtonsForegroundPropertyProperty for [MouseOverButtonsForeground](#
static RenderButtonsForegroundPropertyProperty for [RenderButtonsForeground](#

Methods

NameSummary
HoverForces button background to change.
RemoveHoverForces button background to change.
InvokeClickInvokes click on the button.
Inherited members

See also