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.Boolean
|
Caption
Gets or sets the value of the caption
Declaration
public string Caption { get; set; }
Property Value
System.String
|
CaptionLayout
Gets the caption layout
Declaration
public RibbonBarCaptionLayoutPanel CaptionLayout { get; }
Property Value
RibbonBarCaptionLayoutPanel
|
CloseButton
Gets the Close button
Declaration
public RadButtonElement CloseButton { get; }
Property Value
RadButtonElement
|
HelpButton
Gets the Help button.
Declaration
public RadButtonElement HelpButton { get; }
Property Value
RadButtonElement
|
MaximizeButton
Gets the Maximize button
Declaration
public RadButtonElement MaximizeButton { get; }
Property Value
RadButtonElement
|
MinimizeButton
Gets the Minimize button
Declaration
public RadButtonElement MinimizeButton { get; }
Property Value
RadButtonElement
|
SystemButtons
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
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.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnClose(Object, EventArgs)
Declaration
protected void OnClose(object sender, EventArgs args)
Parameters
System.Object
sender
|
System.EventArgs
args
|
OnDoubleClick(EventArgs)
Declaration
protected override void OnDoubleClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnHelpButtonClick(Object, EventArgs)
Declaration
protected void OnHelpButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnMaximizeRestore(Object, EventArgs)
Declaration
protected void OnMaximizeRestore(object sender, EventArgs args)
Parameters
System.Object
sender
|
System.EventArgs
args
|
OnMinimize(Object, EventArgs)
Declaration
protected void OnMinimize(object sender, EventArgs args)
Parameters
System.Object
sender
|
System.EventArgs
args
|
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
Events
Close
Fires when the close button is clicked
Declaration
public event TitleBarSystemEventHandler Close
Event Type
TitleBarSystemEventHandler
|
MaximizeRestore
Fires when the maximize button is clicked
Declaration
public event TitleBarSystemEventHandler MaximizeRestore
Event Type
TitleBarSystemEventHandler
|
Minimize
Fires when the minimize button is clicked
Declaration
public event TitleBarSystemEventHandler Minimize
Event Type
TitleBarSystemEventHandler
|