Click or drag to resize

TextEditDialog Class

A generic dialog for editing text
TextEditDialog
Inheritance Hierarchy

Namespace:  Demo3D.Gui.Controls
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public class TextEditDialog : ThemedWindow, 
	IComponentConnector

The TextEditDialog type exposes the following members.

Constructors
  NameDescription
Public methodTextEditDialog
Initializes a new instance of the TextEditDialog class
Top
Properties
  NameDescription
Protected propertyAcrylicBackground (Inherited from ThemedWindow.)
Public propertyAcrylicColor (Inherited from ThemedWindow.)
Public propertyAcrylicOpacity (Inherited from ThemedWindow.)
Public propertyActiveGlowColor (Inherited from ThemedWindow.)
Public propertyActualDialogButtons (Inherited from ThemedWindow.)
Public propertyActualWindowKind (Inherited from ThemedWindow.)
Protected propertyContentBorder (Inherited from ThemedWindow.)
Protected propertyContentPresenter (Inherited from ThemedWindow.)
Public propertyControlBoxButtonSet (Inherited from ThemedWindow.)
Public propertyDialogButtonCommandResult (Inherited from ThemedWindow.)
Public propertyDialogButtonResult (Inherited from ThemedWindow.)
Public propertyDialogButtons (Inherited from ThemedWindow.)
Public propertyDialogButtonsSource (Inherited from ThemedWindow.)
Public propertyEnableAcrylic (Inherited from ThemedWindow.)
Public propertyHeaderBackground (Inherited from ThemedWindow.)
Public propertyHeaderForeground (Inherited from ThemedWindow.)
Public propertyHeaderItemContainerStyle (Inherited from ThemedWindow.)
Public propertyHeaderItemContainerStyleSelector (Inherited from ThemedWindow.)
Public propertyHeaderItems (Inherited from ThemedWindow.)
Public propertyHeaderItemsSource (Inherited from ThemedWindow.)
Public propertyHeaderItemTemplate (Inherited from ThemedWindow.)
Public propertyHeaderItemTemplateSelector (Inherited from ThemedWindow.)
Public propertyIcon (Inherited from ThemedWindow.)
Public propertyInactiveGlowColor (Inherited from ThemedWindow.)
Public propertyIsDialog (Inherited from ThemedWindow.)
Public propertyNavigateBackCommand (Inherited from ThemedWindow.)
Public propertyResizeBorderThickness (Inherited from ThemedWindow.)
Public propertySerializationInfo (Inherited from ThemedWindow.)
Public propertyShowBackButton (Inherited from ThemedWindow.)
Public propertyShowDialogFooter (Inherited from ThemedWindow.)
Public propertyShowGlow (Inherited from ThemedWindow.)
Public propertyShowIcon (Inherited from ThemedWindow.)
Public propertyShowStatusPanel (Inherited from ThemedWindow.)
Public propertyShowTitle (Inherited from ThemedWindow.)
Public propertyTitleAlignment (Inherited from ThemedWindow.)
Public propertyToolbarItemContainerStyle (Inherited from ThemedWindow.)
Public propertyToolbarItemContainerStyleSelector (Inherited from ThemedWindow.)
Public propertyToolbarItems (Inherited from ThemedWindow.)
Public propertyToolbarItemsSource (Inherited from ThemedWindow.)
Public propertyToolbarItemTemplate (Inherited from ThemedWindow.)
Public propertyToolbarItemTemplateSelector (Inherited from ThemedWindow.)
Public propertyUseGlowColors (Inherited from ThemedWindow.)
Public propertyWindowKind (Inherited from ThemedWindow.)
Public propertyWindowRoot (Inherited from ThemedWindow.)
Top
Methods
  NameDescription
Protected methodArrangeOverride (Inherited from ThemedWindow.)
Public methodCloseDialog (Inherited from ThemedWindow.)
Public methodInitializeComponent
InitializeComponent
Protected methodMeasureOverride (Inherited from ThemedWindow.)
Public methodOnApplyTemplate (Inherited from ThemedWindow.)
Protected methodOnClosed (Inherited from ThemedWindow.)
Protected methodOnClosing (Inherited from ThemedWindow.)
Protected methodOnCreateAutomationPeer (Inherited from ThemedWindow.)
Protected methodOnSourceInitialized (Inherited from ThemedWindow.)
Protected methodRecalcWindowKind (Inherited from ThemedWindow.)
Public methodRestoreLayoutFromStream (Inherited from ThemedWindow.)
Public methodRestoreLayoutFromXml (Inherited from ThemedWindow.)
Public methodSaveLayoutToStream (Inherited from ThemedWindow.)
Public methodSaveLayoutToXml (Inherited from ThemedWindow.)
Public methodShowDialog (Inherited from ThemedWindow.)
Public methodShowDialog(IEnumerableUICommand) (Inherited from ThemedWindow.)
Public methodShowDialog(MessageBoxButton, NullableMessageBoxResult) (Inherited from ThemedWindow.)
Protected methodUpdateControlBoxContainer (Inherited from ThemedWindow.)
Top
Events
  NameDescription
Public eventBackRequested (Inherited from ThemedWindow.)
Top
See Also