ClassRadMessageBoxForm
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadMessageBoxForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadMessageBoxForm
Implements:
Inherited Members
Constructors
RadMessageBoxForm()
Declaration
public RadMessageBoxForm()
Properties
ButtonSize
Gets ot sets the size of the buttons shown in the message box.
ButtonsConfiguration
Declaration
public MessageBoxButtons ButtonsConfiguration { set; }
Property Value
DefaultButton
Declaration
public MessageBoxDefaultButton DefaultButton { set; }
Property Value
EnableBeep
Gets or sets a value indicating whether a beep is played when the message box is shown.
Declaration
public bool EnableBeep { get; set; }
Property Value
true if a beep is played; otherwise, false.
MessageIcon
RadMessageBox Icon
MessageText
Sets the RadMessageBox Text
RightToLeft
Declaration
public override RightToLeft RightToLeft { set; }
Property Value
Overrides
Text
Sets the RadMessageBox caption text
UseCompatibleTextRendering
Determines whether to use compatible text rendering engine (GDI+) or not (GDI).
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Overrides
HideDetails()
Declaration
public void HideDetails()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
e
Overrides
OnLoad(EventArgs)
Raises the Load event and applies any pending theming settings.
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
e
Overrides
ShowDetails()
Declaration
public void ShowDetails()