WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBarControl

    Show / Hide Table of Contents

    Interface IBarControl

    Inherited Members
    IThemedControl.ThemesEnabled
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IBarControl : IThemedControl

    Properties

    BarHost

    Declaration
    IBarHost BarHost { get; }
    Property Value
    Type Description
    IBarHost

    DesignMode

    Declaration
    bool DesignMode { get; }
    Property Value
    Type Description
    System.Boolean

    IsRightToLeft

    Declaration
    bool IsRightToLeft { get; }
    Property Value
    Type Description
    System.Boolean

    LargeIcons

    Declaration
    bool LargeIcons { get; }
    Property Value
    Type Description
    System.Boolean

    PopupParent

    Declaration
    IPopupParent PopupParent { get; }
    Property Value
    Type Description
    IPopupParent

    Style

    Declaration
    VisualStyle Style { get; set; }
    Property Value
    Type Description
    VisualStyle

    ThemedDrawing

    Declaration
    ThemedToolBarDrawing ThemedDrawing { get; }
    Property Value
    Type Description
    ThemedToolBarDrawing

    UseControlForeColor

    Declaration
    bool UseControlForeColor { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetControl()

    Declaration
    Control GetControl()
    Returns
    Type Description
    System.Windows.Forms.Control

    GetGraphics()

    Declaration
    Graphics GetGraphics()
    Returns
    Type Description
    System.Drawing.Graphics

    NeedKey(Keys)

    Declaration
    bool NeedKey(Keys key)
    Parameters
    Type Name Description
    System.Windows.Forms.Keys key
    Returns
    Type Description
    System.Boolean

    OnBarBoundsAffected()

    Declaration
    void OnBarBoundsAffected()

    OnRepaint(RectangleF)

    Declaration
    void OnRepaint(RectangleF affectedRect)
    Parameters
    Type Name Description
    System.Drawing.RectangleF affectedRect

    RequiresActiveFormForMouseTrack()

    Declaration
    bool RequiresActiveFormForMouseTrack()
    Returns
    Type Description
    System.Boolean

    ShouldDelegateBGDrawingToParentWhenThemed()

    Declaration
    bool ShouldDelegateBGDrawingToParentWhenThemed()
    Returns
    Type Description
    System.Boolean

    ShouldPreProcessTab()

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