The GwxCustomConfirmMessage type exposes the following members.

Properties

  NameDescription
Public propertyButtons
Specifies which buttons to display in a MessageBox.
(Inherited from GwxCustomMessage.)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCaption
Specifies the caption to appear in the titlebar of a MessageBox.
(Inherited from GwxCustomMessage.)
Public propertyDefaultButton
Specific which button in a MessageBox should be the default button.
(Inherited from GwxCustomMessage.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyIcon
Specifies which icon to display in a MessageBox.
(Inherited from GwxCustomMessage.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyText
Specifies the message text to appear in a MessageBox.
(Inherited from GwxCustomMessage.)

See Also