WinForms

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

    Show / Hide Table of Contents

    Class DrawerViewContainer

    DrawerPanel

    Inheritance
    System.Object
    DrawerViewContainer
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DrawerViewContainer : Panel

    Constructors

    DrawerViewContainer()

    Constructor

    Declaration
    public DrawerViewContainer()

    Properties

    BackColor

    Gets/Sets the BackColor

    Declaration
    public override Color BackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    CreateAccessibilityInstance()

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

    OnPaintBackground(PaintEventArgs)

    Paints the background of the control.

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

    A System.Windows.Forms.PaintEventArgs that contains the event data.

    ResetBackColor()

    To Reset BackColor

    Declaration
    public void ResetBackColor()

    ShouldSerializeBackColor()

    Serialize the BackColor

    Declaration
    public bool ShouldSerializeBackColor()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved