Class RadRibbonBarCaption
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadRibbonBarCaption : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadRibbonBarCaption()
Declaration
public RadRibbonBarCaption()
Properties
CanManageOwnerForm
Determines whether the parent form can be moved by dragging the title bar and maximized when double-clicking with mouse.
Declaration
public bool CanManageOwnerForm { get; set; }
Property Value
System.
|
Caption
Gets or sets the value of the caption
Declaration
public string Caption { get; set; }
Property Value
System.
|
CaptionLayout
Gets the caption layout
Declaration
public RibbonBarCaptionLayoutPanel CaptionLayout { get; }
Property Value
CloseButton
Gets the Close button
Declaration
public RadButtonElement CloseButton { get; }
Property Value
HelpButton
Gets the Help button.
Declaration
public RadButtonElement HelpButton { get; }
Property Value
MaximizeButton
Gets the Maximize button
Declaration
public RadButtonElement MaximizeButton { get; }
Property Value
MinimizeButton
Gets the Minimize button
Declaration
public RadButtonElement MinimizeButton { get; }
Property Value
SystemButtons
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnClose(Object, EventArgs)
Declaration
protected void OnClose(object sender, EventArgs args)
Parameters
System.
|
System.
|
OnDoubleClick(EventArgs)
Declaration
protected override void OnDoubleClick(EventArgs e)
Parameters
System.
|
Overrides
OnHelpButtonClick(Object, EventArgs)
Declaration
protected void OnHelpButtonClick(object sender, EventArgs e)
Parameters
System.
|
System.
|
OnMaximizeRestore(Object, EventArgs)
Declaration
protected void OnMaximizeRestore(object sender, EventArgs args)
Parameters
System.
|
System.
|
OnMinimize(Object, EventArgs)
Declaration
protected void OnMinimize(object sender, EventArgs args)
Parameters
System.
|
System.
|
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.
|
Overrides
Events
Close
Fires when the close button is clicked
Declaration
public event TitleBarSystemEventHandler Close
Event Type
MaximizeRestore
Fires when the maximize button is clicked
Declaration
public event TitleBarSystemEventHandler MaximizeRestore
Event Type
Minimize
Fires when the minimize button is clicked
Declaration
public event TitleBarSystemEventHandler Minimize