Class RadMarkupDialog
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMarkupEditor.dll
Syntax
[TelerikToolboxCategory("Dialogs")]
public class RadMarkupDialog : CommonDialog
Constructors
RadMarkupDialog()
Declaration
public RadMarkupDialog()
Properties
DefaultFont
Gets or sets the default font used when the editor is started. No formatting tags will be added for it as it is considered default, although that font name and size can be explicitly set using the editor functionality.
Declaration
public Font DefaultFont { get; set; }
Property Value
System.Drawing.Font
|
Editor
Gets the editor used in the dialog.
Declaration
public RadMarkupEditor Editor { get; }
Property Value
RadMarkupEditor
|
Form
Gets the form used in the dialog.
Declaration
public ShapedForm Form { get; }
Property Value
ShapedForm
|
ThemeName
Gets or sets theme name.
Declaration
public string ThemeName { get; set; }
Property Value
System.String
|
Value
Gets or sets the editor value. You can use this property to set a value in the editor before showing it and get the value of the editor after the dialog is closed. Use DialogResult property to determine whether the editor is closed by some of the Apply buttons or the Close button.
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Reset()
Declaration
public override void Reset()
RunDialog(IntPtr)
Declaration
protected override bool RunDialog(IntPtr hwndOwner)
Parameters
System.IntPtr
hwndOwner
|
Returns
System.Boolean
|