Class RadMenuHeaderItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadMenuHeaderItem : RadMenuItemBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
RadMenuHeaderItem()
Declaration
public RadMenuHeaderItem()
RadMenuHeaderItem(String)
Declaration
public RadMenuHeaderItem(string text)
Parameters
System.String
text
|
Properties
BorderPrimitive
Gets the BorderPrimitive of this RadMenuHeaderItem.
Declaration
public BorderPrimitive BorderPrimitive { get; }
Property Value
BorderPrimitive
|
FillPrimitive
Gets the FillPrimitive of this RadMenuHeaderItem.
Declaration
public FillPrimitive FillPrimitive { get; }
Property Value
FillPrimitive
|
ImageIndex
Gets or sets the index value of the image that is displayed on the item.
Declaration
public override int ImageIndex { get; set; }
Property Value
System.Int32
|
Overrides
ImageKey
Gets or sets the key accessor for the image in the ImageList.
Declaration
public override string ImageKey { get; set; }
Property Value
System.String
|
Overrides
ImagePrimitive
Gets the ImagePrimitive of this RadMenuHeaderItem.
Declaration
public ImagePrimitive ImagePrimitive { get; }
Property Value
ImagePrimitive
|
Selectable
Declaration
public override bool Selectable { get; }
Property Value
System.Boolean
|
Overrides
TextPrimitive
Gets the TextPrimitive of this RadMenuHeaderItem.
Declaration
public TextPrimitive TextPrimitive { get; }
Property Value
TextPrimitive
|
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()
ShouldSerializeProperty(PropertyDescriptor)
Declaration
public override bool? ShouldSerializeProperty(PropertyDescriptor property)
Parameters
System.ComponentModel.PropertyDescriptor
property
|
Returns
System.Nullable<System.Boolean>
|