RadMessageBoxForm
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadMessageBoxForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadMessageBoxForm...
Implements:
Inherited Members
Constructors
C#
public RadMessageBoxForm()
Properties
C#
public MessageBoxButtons ButtonsConfiguration { set; }
Gets ot sets the size of the buttons shown in the message box.
C#
public Size ButtonSize { get; set; }
C#
public MessageBoxDefaultButton DefaultButton { set; }
C#
public string DetailsText { get; set; }
Gets or sets a value indicating whether a beep is played when the message box is shown.
C#
public bool EnableBeep { get; set; }
true if a beep is played; otherwise, false.
RadMessageBox Icon
C#
public Bitmap MessageIcon { set; }
Sets the RadMessageBox Text
C#
public string MessageText { get; set; }
C#
public override RightToLeft RightToLeft { set; }
Overrides:
Determines whether to use compatible text rendering engine (GDI+) or not (GDI).
C#
public bool UseCompatibleTextRendering { set; }
Methods
C#
protected override AccessibleObject CreateAccessibilityInstance()
Overrides:
C#
public void HideDetails()
C#
public void ShowDetails()