WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawerFooter

    Show / Hide Table of Contents

    Class DrawerFooter

    Class for Footer Item

    Inheritance
    System.Object
    DrawerMenuItem
    DrawerFooter
    Inherited Members
    DrawerMenuItem.WndProc(Message)
    DrawerMenuItem.ShouldSerializeSelected()
    DrawerMenuItem.ResetSelected()
    DrawerMenuItem.ShouldSerializeItemText()
    DrawerMenuItem.ResetItemText()
    DrawerMenuItem.ShouldSerializeHoverColor()
    DrawerMenuItem.ResetHoverColor()
    DrawerMenuItem.ShouldSerializeSelectionColor()
    DrawerMenuItem.ResetSelectionColor()
    DrawerMenuItem.ShouldSerializeDefaultColor()
    DrawerMenuItem.ResetDefaultColor()
    DrawerMenuItem.ShouldSerializeTextColor()
    DrawerMenuItem.ResetTextColor()
    DrawerMenuItem.OnMouseMove(MouseEventArgs)
    DrawerMenuItem.OnMouseLeave(EventArgs)
    DrawerMenuItem.OnLeave(EventArgs)
    DrawerMenuItem.OnMouseUp(MouseEventArgs)
    DrawerMenuItem.OnClick(EventArgs)
    DrawerMenuItem.OnMouseDown(MouseEventArgs)
    DrawerMenuItem.BackgroundImage
    DrawerMenuItem.Selected
    DrawerMenuItem.ItemText
    DrawerMenuItem.HoverColor
    DrawerMenuItem.SelectionColor
    DrawerMenuItem.DefaultColor
    DrawerMenuItem.Font
    DrawerMenuItem.TextColor
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DrawerFooter : DrawerMenuItem

    Constructors

    DrawerFooter()

    Constructor

    Declaration
    public DrawerFooter()

    Properties

    HeaderImage

    Gets/Sets the HeaderImage

    Declaration
    public Image HeaderImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    HeaderText

    Gets/Sets the HeaderText

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    Image

    Gets / Sets the DrawerMenuItem Image

    Declaration
    public override Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image
    Overrides
    DrawerMenuItem.Image
    Remarks

    Image property will be set only for DrawerMenuItem. Use HeaderImage property for setting image for the DrawerFooter

    TextAlign

    Gets/Sets the TextAlignment

    Declaration
    public TextAlignment TextAlign { get; set; }
    Property Value
    Type Description
    TextAlignment

    TextImageRelation

    Gets/Sets the TextImageRelation

    Declaration
    public TextImageRl TextImageRelation { get; set; }
    Property Value
    Type Description
    TextImageRl

    Methods

    CreateAccessibilityInstance()

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject
    Overrides
    DrawerMenuItem.CreateAccessibilityInstance()

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Overrides
    DrawerMenuItem.OnPaint(PaintEventArgs)

    ResetTextAlign()

    Resets the TextAlign

    Declaration
    public void ResetTextAlign()

    ResetTextImageRelation()

    Resets the TextAlign

    Declaration
    public void ResetTextImageRelation()

    ShouldSerializeTextAlign()

    Serialize the TextAlignt

    Declaration
    public bool ShouldSerializeTextAlign()
    Returns
    Type Description
    System.Boolean

    Returns true if the TextAlingment is Left

    ShouldSerializeTextImageRelation()

    Serialize the TextAlignt

    Declaration
    public bool ShouldSerializeTextImageRelation()
    Returns
    Type Description
    System.Boolean

    Returns true if the TextAlingment is Left

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved