Class
StyleFormattingPropertiesDialog

StyleFormattingPropertiesDialog

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class StyleFormattingPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IStyleFormattingPropertiesDialog, IComponentConnector

Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowStyleFormattingPropertiesDialog

Implements: IComponentConnectorIDragAwareINotifyLayoutChangeIStyleFormattingPropertiesDialog

Inherited Members RadRichTextBoxWindow.OnClosed(WindowClosedEventArgs)RadRichTextBoxWindow.SetOwner(RadRichTextBox)RadWindow.ResponseButtonPropertyRadWindow.IconPropertyRadWindow.IconMarginPropertyRadWindow.IconTemplatePropertyRadWindow.WindowStartupLocationPropertyRadWindow.DialogResultPropertyRadWindow.PromptResultPropertyRadWindow.BorderBackgroundPropertyRadWindow.RestoreMinimizedLocationPropertyRadWindow.IsRestrictedPropertyRadWindow.RestrictedAreaMarginPropertyRadWindow.IsRestrictedWhenMaximizedPropertyRadWindow.ShouldUpdateActiveStatePropertyRadWindow.Alert(object)RadWindow.Alert(object, EventHandler<WindowClosedEventArgs>)RadWindow.Alert(DialogParameters)RadWindow.Prompt(object, EventHandler<WindowClosedEventArgs>)RadWindow.Prompt(object, EventHandler<WindowClosedEventArgs>, string)RadWindow.Prompt(DialogParameters)RadWindow.Confirm(DialogParameters)RadWindow.Confirm(object, EventHandler<WindowClosedEventArgs>)RadWindow.ConfigureModal(RadAlert, DialogParameters)RadWindow.GetParentRadWindow(DependencyObject)RadWindow.GetResponseButton(DependencyObject)RadWindow.SetResponseButton(DependencyObject, ResponseButton)RadWindow.OnApplyTemplate()RadWindow.Show()RadWindow.ShowDialog()RadWindow.ResetTheme()RadWindow.ShouldFocusOnActivate()RadWindow.ChangeVisualState(bool)RadWindow.OnInitialized(EventArgs)RadWindow.OnPreviewClosed(WindowPreviewClosedEventArgs)RadWindow.OnHostCreated(HostWindowCreatedEventArgs)RadWindow.OnGotFocus(RoutedEventArgs)RadWindow.OnLostFocus(RoutedEventArgs)RadWindow.OnKeyDown(KeyEventArgs)RadWindow.OnClosing()RadWindow.OnPreviewClosed()RadWindow.OnWindowStateChanged(EventArgs)RadWindow.GetWindowOwner()RadWindow.GetWindowStartupLocation()RadWindow.OnClosed()RadWindow.OnCreateAutomationPeer()RadWindow.DefaultSizeRatioRadWindow.BorderBackgroundRadWindow.IconTemplateRadWindow.IconRadWindow.IconMarginRadWindow.WindowStartupLocationRadWindow.DialogResultRadWindow.PromptResultRadWindow.RestoreMinimizedLocationRadWindow.IsRestrictedRadWindow.RestrictedAreaMarginRadWindow.IsRestrictedWhenMaximizedRadWindow.ShouldUpdateActiveStateRadWindow.ClosedRadWindow.PreviewClosedRadWindow.HostCreatedWindowBase.IsModalPropertyWindowBase.IsOpenPropertyWindowBase.IsResizingPropertyWindowBase.IsDraggingPropertyWindowBase.IsActiveWindowPropertyWindowBase.IsInActiveStatePropertyWindowBase.IsTopmostPropertyWindowBase.CaptionHeightPropertyWindowBase.ResizeBorderPropertyWindowBase.LeftPropertyWindowBase.TopPropertyWindowBase.WindowStatePropertyWindowBase.ResizeModePropertyWindowBase.CanClosePropertyWindowBase.CanMovePropertyWindowBase.SizeToContentPropertyWindowBase.HideMinimizeButtonPropertyWindowBase.HideMaximizeButtonPropertyWindowBase.CornerRadiusPropertyWindowBase.Close()WindowBase.GetZIndex()WindowBase.BringToFront()WindowBase.GetNormalSizeAndPosition()WindowBase.ShouldActivateOnShow()WindowBase.ShouldShowInTaskSwitcher()WindowBase.ShouldActivate()WindowBase.ChangeVisualState()WindowBase.CheckCanClose()WindowBase.OnLayoutChangeEnded(EventArgs)WindowBase.OnLocationChanged(EventArgs)WindowBase.OnLayoutChangeStarted(EventArgs)WindowBase.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)WindowBase.GetApplicationSize()WindowBase.OnLayoutChangeEnded()WindowBase.OnLayoutChangeStarted()WindowBase.CloseWithoutEventsAndAnimations()WindowBase.OnCloseAnimationFinished()WindowBase.OnShowAnimationFinished()WindowBase.OnRightMouseButtonUp()WindowBase.OnRootVisualSizeChanged()WindowBase.OnDragStart(Point, bool)WindowBase.OnDragEnd(Point, bool, bool)WindowBase.OnDragDelta(Point, Rect, Rect, bool)WindowBase.GetWindowOwnerHandle()WindowBase.OnActivated(EventArgs)WindowBase.OnDeactivated(EventArgs)WindowBase.ShouldSystemMenuOnRightClick()WindowBase.IsModalWindowBase.IsOpenWindowBase.IsTopmostWindowBase.CaptionHeightWindowBase.ResizeBorderWindowBase.LeftWindowBase.TopWindowBase.IsResizingWindowBase.IsDraggingWindowBase.IsLayoutChangingWindowBase.WindowStateWindowBase.ResizeModeWindowBase.CanCloseWindowBase.CanMoveWindowBase.IsActiveWindowWindowBase.IsInActiveStateWindowBase.CornerRadiusWindowBase.SizeToContentWindowBase.HideMaximizeButtonWindowBase.HideMinimizeButtonWindowBase.OwnerWindowBase.ActivatedWindowBase.DeactivatedWindowBase.LayoutChangeEndedWindowBase.LayoutChangeStartedWindowBase.LocationChangedWindowBase.WindowStateChanged

Constructors

StyleFormattingPropertiesDialog()

Declaration

cs-api-definition
public StyleFormattingPropertiesDialog()

Methods

ExecuteFormatButtonsAction(object)

Declaration

cs-api-definition
public void ExecuteFormatButtonsAction(object obj)

Parameters

obj

object

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

ListLevelChanged(object, ListLevelChangedEventArgs)

Declaration

cs-api-definition
protected void ListLevelChanged(object sender, ListLevelChangedEventArgs args)

Parameters

sender

object

args

ListLevelChangedEventArgs

ListStyleChanged(object, EventArgs)

Declaration

cs-api-definition
protected void ListStyleChanged(object sender, EventArgs e)

Parameters

sender

object

e

EventArgs

ShowDialog(StyleFormattingPropertiesDialogContext)

Displays the style formatting properties dialog for the specified context.

Declaration

cs-api-definition
public void ShowDialog(StyleFormattingPropertiesDialogContext context)

Parameters

context

StyleFormattingPropertiesDialogContext

The context in which the style formatting properties dialog is to be shown.

Implements IStyleFormattingPropertiesDialog.ShowDialog(StyleFormattingPropertiesDialogContext)

ShowDialog(StyleFormattingPropertiesDialogContext, Action<StyleDefinition>)

Declaration

cs-api-definition
public void ShowDialog(StyleFormattingPropertiesDialogContext context, Action<StyleDefinition> confirmedStyleCallback)

Parameters

context

StyleFormattingPropertiesDialogContext

confirmedStyleCallback

Action<StyleDefinition>

ShowTableStyleBandingDialog(object)

Declaration

cs-api-definition
public void ShowTableStyleBandingDialog(object obj)

Parameters

obj

object

ShowWindow(bool)

Shows the window either modally or not. This method should be used in the subclasses to open the window.

Declaration

cs-api-definition
protected override void ShowWindow(bool isModal)

Parameters

isModal

bool

Whether the window is modal or not.

Overrides WindowBase.ShowWindow(bool)

StyleDefinitionChanged(object, EventArgs)

Declaration

cs-api-definition
protected void StyleDefinitionChanged(object sender, EventArgs e)

Parameters

sender

object

e

EventArgs