The C1MessageBoxContent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1MessageBoxContent |
Initializes a new instance of a C1MessageBoxContent.
|
Methods
Name | Description | |
---|---|---|
![]() |
ChangeVisualStateCommon |
Updates the current visual state of the Common visual state group to match the object's properties.
|
![]() |
ChangeVisualStateIcon |
Updates the current visual state of the Icon visual state group to match the object's properties.
|
![]() |
OnApplyTemplate |
Builds the visual tree for the C1MessageBoxContent control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
![]() |
OnPropertyChanged |
Invoked whenever the effective value of any dependency property has been updated.
(Overrides FrameworkElement..::..OnPropertyChanged(DependencyPropertyChangedEventArgs).) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ButtonProperty |
Identifies the Button dependency property.
|
![]() ![]() |
ButtonStyleProperty |
Identifies the ButtonStyle dependency property.
|
![]() ![]() |
CancelTextProperty |
Identifies the CancelText dependency property.
|
![]() ![]() |
IconProperty |
Identifies the Icon dependency property.
|
![]() ![]() |
MessageProperty |
Identifies the Message dependency property.
|
![]() ![]() |
NoTextProperty |
Identifies the NoText dependency property.
|
![]() ![]() |
OKTextProperty |
Identifies the OKText dependency property.
|
![]() ![]() |
YesTextProperty |
Identifies the YesText dependency property.
|
Properties
Name | Description | |
---|---|---|
![]() |
Button |
Gets or sets a C1MessageBoxButton specifying which buttons are displayed in the message box.
|
![]() |
ButtonStyle |
Gets or sets the style applied to the message box's buttons.
|
![]() |
CancelText |
Gets or sets the text displayed in the Cancel button.
|
![]() |
Dispatcher |
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.) |
![]() |
Icon |
Gets or sets a C1MessageBoxIcon specifying which icon is displayed in the message box.
|
![]() |
Message |
Gets or sets the message text displayed in the message box.
|
![]() |
NoText |
Gets or sets the text displayed in the No button.
|
![]() |
OKText |
Gets or sets the text displayed in the OK button.
|
![]() |
YesText |
Gets or sets the text displayed in the Yes button.
|
Events
Name | Description | |
---|---|---|
![]() |
ButtonClick |
Event fired when a button is pressed.
|
![]() |
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
|