Class RadGroupBox
Represents a groupbox. The group box major purpose is to define a radio buttons group. The RadGroupBox does not support scrolling.
The control is highly customizable using themes.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadGroupBox : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadGroupBox()
Parameterless contstructor.
Declaration
public RadGroupBox()
Properties
AutoScroll
Declaration
public override bool AutoScroll { get; set; }
Property Value
System.Boolean
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
FooterImage
FooterImageAlignment
FooterImageIndex
FooterImageKey
FooterText
FooterTextAlignment
FooterTextImageRelation
FooterVisibility
GroupBoxElement
Gets the groupbox element.
Declaration
public RadGroupBoxElement GroupBoxElement { get; }
Property Value
RadGroupBoxElement
|
GroupBoxStyle
Gets or sets the groupbox style - Standard or Office.
Declaration
public RadGroupBoxStyle GroupBoxStyle { get; set; }
Property Value
RadGroupBoxStyle
|
HeaderAlignment
Gets or sets the header alignment - Near, Center, Far.
Declaration
public HeaderAlignment HeaderAlignment { get; set; }
Property Value
HeaderAlignment
|
HeaderImage
Gets or sets the header image.
Declaration
public Image HeaderImage { get; set; }
Property Value
System.Drawing.Image
|
HeaderImageAlignment
Gets or sets the header image alignment.
Declaration
public ContentAlignment HeaderImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
HeaderImageIndex
Gets or sets the header image index.
Declaration
[RadDefaultValue("ImageIndex", typeof(ImagePrimitive))]
[RadDescription("HeaderImageIndex", typeof(RadGroupBoxElement))]
public int HeaderImageIndex { get; set; }
Property Value
System.Int32
|
HeaderImageKey
Gets or sets the header image key.
Declaration
[RadDefaultValue("ImageKey", typeof(ImagePrimitive))]
[RadDescription("HeaderImageKey", typeof(RadGroupBoxElement))]
public string HeaderImageKey { get; set; }
Property Value
System.String
|
HeaderMargin
Gets or sets the header margin.
Declaration
[RadPropertyDefaultValue("Margin", typeof(RadElement))]
public Padding HeaderMargin { get; set; }
Property Value
System.Windows.Forms.Padding
|
HeaderPosition
Gets or sets the header position - Top, Right, Bottom, Left
Declaration
public HeaderPosition HeaderPosition { get; set; }
Property Value
HeaderPosition
|
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
HeaderTextAlignment
Gets or sets the header text alignment.
Declaration
public ContentAlignment HeaderTextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
HeaderTextImageRelation
Gets or sets the header text image relation.
Declaration
public TextImageRelation HeaderTextImageRelation { get; set; }
Property Value
System.Windows.Forms.TextImageRelation
|
Padding
Declaration
public Padding Padding { get; set; }
Property Value
System.Windows.Forms.Padding
|
Text
Gets or sets the header text.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
UseMnemonic
If true, the first character preceded by an ampersand will be used as mnemonic key
Declaration
public bool UseMnemonic { get; set; }
Property Value
System.Boolean
|
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
CreateGroupBoxElement()
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
OnControlRemoved(ControlEventArgs)
Declaration
protected override void OnControlRemoved(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnScroll(ScrollEventArgs)
Declaration
protected override void OnScroll(ScrollEventArgs se)
Parameters
System.Windows.Forms.ScrollEventArgs
se
|
ProcessAutoSizeChanged(Boolean)
Declaration
protected override void ProcessAutoSizeChanged(bool value)
Parameters
System.Boolean
value
|
Overrides
ProcessMnemonic(Char)
Declaration
protected override bool ProcessMnemonic(char charCode)
Parameters
System.Char
charCode
|
Returns
System.Boolean
|
Overrides
ResetBackColorThemeOverrides()
Declaration
protected override void ResetBackColorThemeOverrides()
Overrides
ResetForeColorThemeOverrides()
Declaration
protected override void ResetForeColorThemeOverrides()
Overrides
SetBackColorThemeOverrides()
Declaration
protected override void SetBackColorThemeOverrides()
Overrides
SetForeColorThemeOverrides()
Declaration
protected override void SetForeColorThemeOverrides()