Class RadMessageBoxForm
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadMessageBoxForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadMessageBoxForm()
Declaration
public RadMessageBoxForm()
Properties
ButtonsConfiguration
Declaration
public MessageBoxButtons ButtonsConfiguration { set; }
Property Value
System.Windows.Forms.MessageBoxButtons
|
ButtonSize
Gets ot sets the size of the buttons shown in the message box.
Declaration
public Size ButtonSize { get; set; }
Property Value
System.Drawing.Size
|
DefaultButton
Declaration
public MessageBoxDefaultButton DefaultButton { set; }
Property Value
System.Windows.Forms.MessageBoxDefaultButton
|
DetailsText
Declaration
public string DetailsText { get; set; }
Property Value
System.String
|
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
System.Boolean
|
MessageIcon
RadMessageBox Icon
Declaration
public Bitmap MessageIcon { set; }
Property Value
System.Drawing.Bitmap
|
MessageText
Sets the RadMessageBox Text
Declaration
public string MessageText { get; set; }
Property Value
System.String
|
RightToLeft
Declaration
public override RightToLeft RightToLeft { set; }
Property Value
System.Windows.Forms.RightToLeft
|
Text
Sets the RadMessageBox caption text
Declaration
public override string Text { set; }
Property Value
System.String
|
Overrides
UseCompatibleTextRendering
Determines whether to use compatible text rendering engine (GDI+) or not (GDI).
Declaration
public bool UseCompatibleTextRendering { set; }
Property Value
System.Boolean
|
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
System.Windows.Forms.AccessibleObject
|
HideDetails()
Declaration
public void HideDetails()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
System.ComponentModel.CancelEventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDetails()
Declaration
public void ShowDetails()