Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class MessageBoxDetailsButton : RadButton, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IButtonControl, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadButtonBaseRadButtonMessageBoxDetailsButton...
Implements:
Inherited Members
Constructors
C#
public MessageBoxDetailsButton()
Properties
C#
public ArrowPrimitive Arrow { get; }
Gets or sets the class name string that ThemeResolutionService will use to find the themes registered for the control.
C#
public override string ThemeClassName { get; }
Overrides:
Remarks:
By default the return value is RadControl's type FullName; Some controls like drop down menu has different ThemeClassName depending on the runtime usage of the control.
Methods
Override this method to create custom main element. By default the main element is an instance of RadButtonElement.
C#
protected override RadButtonElement CreateButtonElement()
Instance of the one-and-only child of the root element of RadButton.
Overrides: