Class RadPageViewOutlookElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewOutlookElement : RadPageViewStackElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewOutlookElement()
Declaration
public RadPageViewOutlookElement()
Fields
AssociatedButtonDefaultImage
Declaration
public static Bitmap AssociatedButtonDefaultImage
Field Value
System.
|
ShowFewerButtonsImageProperty
ShowMoreButtonsImageProperty
Properties
OverflowGrip
Gets the element which represents the grip which can be dragged to adjust the count of visible items in the stack.
Declaration
public OutlookViewOverflowGrip OverflowGrip { get; }
Property Value
OverflowItemsContainer
Gets the element that represents the container which holds the buttons shown when items in the stack are hidden by using the overflow grip.
Declaration
public OverflowItemsContainer OverflowItemsContainer { get; }
Property Value
ShowFewerButtonsImage
Gets or sets the image that is shown on the item in the overflow drop-down menu that is used to show fewer buttons in the control.
Declaration
public Image ShowFewerButtonsImage { get; set; }
Property Value
System.
|
ShowMoreButtonsImage
Gets or sets the image that is shown on the item in the overflow drop-down menu that is used to show more buttons in the control.
Declaration
public Image ShowMoreButtonsImage { get; set; }
Property Value
System.
|
Methods
ArrangeItems(RectangleF)
Declaration
protected override RectangleF ArrangeItems(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
Overrides
CheckItem(RadPageViewOutlookItem)
Makes an item visible. The item will appear as checked in the overflow menu.
Declaration
public virtual void CheckItem(RadPageViewOutlookItem item)
Parameters
Rad The item to make visible. |
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateItem()
Declaration
protected override RadPageViewItem CreateItem()
Returns
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DragGripDown()
Drags the overflow grip down to hide the first possible visible item.
Declaration
public bool DragGripDown()
Returns
System. True if the drag operation succeeds, otherwise false. |
DragGripUp()
Drags the overflow grip up to show the first possible hidden item.
Declaration
public bool DragGripUp()
Returns
System. True if the drag operation succeeds, otherwise false. |
GetContentAreaRectangle(RectangleF)
Declaration
protected override RectangleF GetContentAreaRectangle(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
Overrides
GetCurrentlyVisibleItemsCount()
This method returns the count of the items which are currently visible to the user.
Declaration
protected virtual int GetCurrentlyVisibleItemsCount()
Returns
System.
|
GetHiddenItems()
Gets an array containing the items that are currently hidden by using the overflow grip.
Declaration
public RadPageViewOutlookItem[] GetHiddenItems()
Returns
GetNextVisibleItem()
Declaration
protected virtual RadPageViewOutlookItem GetNextVisibleItem()
Returns
GetUncheckedItems()
Gets an array containing the items that are currently unchecked by using the overflow menu.
Declaration
public RadPageViewOutlookItem[] GetUncheckedItems()
Returns
HideItems(Int32)
Hides a given amount of items from the visible items
in the Rad
Declaration
public void HideItems(int itemCount)
Parameters
System. The count of the items to be hidden. |
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
IsChildElementExternal(RadElement)
Declaration
protected override bool IsChildElementExternal(RadElement element)
Parameters
Rad
|
Returns
System.
|
Overrides
MeasureItems(SizeF)
Declaration
protected override SizeF MeasureItems(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnItemAssociatedButtonClick(Object, EventArgs)
Declaration
protected virtual void OnItemAssociatedButtonClick(object sender, EventArgs args)
Parameters
System.
|
System.
|
OnItemChecked(Object, OutlookViewItemEventArgs)
Declaration
protected virtual void OnItemChecked(object sender, OutlookViewItemEventArgs args)
Parameters
System.
|
Outlook
|
OnItemCollapsed(Object, OutlookViewItemEventArgs)
Declaration
protected virtual void OnItemCollapsed(object sender, OutlookViewItemEventArgs args)
Parameters
System.
|
Outlook
|
OnItemShown(Object, OutlookViewItemEventArgs)
Declaration
protected virtual void OnItemShown(object sender, OutlookViewItemEventArgs args)
Parameters
System.
|
Outlook
|
OnItemUnchecked(Object, OutlookViewItemEventArgs)
Declaration
protected virtual void OnItemUnchecked(object sender, OutlookViewItemEventArgs args)
Parameters
System.
|
Outlook
|
OnLoaded()
RemoveItemCore(RadPageViewItem)
Declaration
protected override void RemoveItemCore(RadPageViewItem item)
Parameters
Rad
|
Overrides
SetValueCore(RadPropertyValue, Object, Object, ValueSource)
Declaration
protected override ValueUpdateResult SetValueCore(RadPropertyValue propVal, object propModifier, object newValue, ValueSource source)
Parameters
Rad
|
System.
|
System.
|
Value
|
Returns
Overrides
ShowItems(Int32)
Shows a given amount of items from the hidden items
in the Rad
Declaration
public void ShowItems(int itemCount)
Parameters
System. The count of the items to be shown. |
UncheckItem(RadPageViewOutlookItem)
Makes an item invisible. The item will appear as unchecked in the overflow menu.
Declaration
public virtual void UncheckItem(RadPageViewOutlookItem item)
Parameters
Rad The item to make invisible. |
Events
ItemAssociatedButtonClicked
Fires when the user clicks on a button associated with a Rad
Declaration
public event EventHandler ItemAssociatedButtonClicked
Event Type
System.
|
ItemChecked
Fires when an item is checked in the overflow drop-down menu of the Rad
Declaration
public event OutlookViewItemEventHandler ItemChecked
Event Type
ItemCollapsed
Fires when an item is collapsed in the Rad
Declaration
public event OutlookViewItemEventHandler ItemCollapsed
Event Type
ItemShown
Fires when an item is shown in the Rad
Declaration
public event OutlookViewItemEventHandler ItemShown
Event Type
ItemUnchecked
Fires when an item is unchecked in the overflow drop-down menu of the Rad
Declaration
public event OutlookViewItemEventHandler ItemUnchecked