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.
|
Properties
BorderPrimitive
Gets the BorderPrimitive of this RadMenuHeaderItem.
Declaration
public BorderPrimitive BorderPrimitive { get; }
Property Value
FillPrimitive
Gets the FillPrimitive of this RadMenuHeaderItem.
Declaration
public FillPrimitive FillPrimitive { get; }
Property Value
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.
|
Overrides
ImageKey
Gets or sets the key accessor for the image in the ImageList.
Declaration
public override string ImageKey { get; set; }
Property Value
System.
|
Overrides
ImagePrimitive
Gets the ImagePrimitive of this RadMenuHeaderItem.
Declaration
public ImagePrimitive ImagePrimitive { get; }
Property Value
Selectable
Declaration
public override bool Selectable { get; }
Property Value
System.
|
Overrides
TextPrimitive
Gets the TextPrimitive of this RadMenuHeaderItem.
Declaration
public TextPrimitive TextPrimitive { get; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
ShouldSerializeProperty(PropertyDescriptor)
Declaration
public override bool? ShouldSerializeProperty(PropertyDescriptor property)
Parameters
System.
|
Returns
System.
|