Class RadMenuCheckmark
Represents a checkmark element in a menu item.
Inheritance
System.Object
RadMenuCheckmark
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadMenuCheckmark : RadCheckmark, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadMenuCheckmark()
Declaration
public RadMenuCheckmark()
Fields
ShowAlwaysBorderProperty
ShowAlwaysFillProperty
Properties
ShowAlwaysBackground
Gets or sets value indicating whether background must be shown.
Declaration
public bool ShowAlwaysBackground { get; set; }
Property Value
System.Boolean
|
ShowAlwaysBorder
Gets or sets value indicating whether border must be shown.
Declaration
public bool ShowAlwaysBorder { get; set; }
Property Value
System.Boolean
|