WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageView - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackStageView

    Inheritance
    System.Object
    BackStageView
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BackStageView : Component

    Constructors

    BackStageView(IContainer)

    Declaration
    public BackStageView(IContainer container)
    Parameters
    Type Name Description
    System.ComponentModel.IContainer container

    Properties

    BackStage

    Declaration
    public BackStage BackStage { get; set; }
    Property Value
    Type Description
    BackStage

    BackStageViewNavigationButtonImage

    Gets or sets the BackStageViewNavigationButtonImage

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

    HostControl

    Declaration
    public Control HostControl { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    HostForm

    Declaration
    public Form HostForm { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Form

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    GetBackStageBounds()

    Declaration
    protected virtual Rectangle GetBackStageBounds()
    Returns
    Type Description
    System.Drawing.Rectangle

    HideBackStage()

    Declaration
    public void HideBackStage()

    ResetBackStageViewNavigationButtonImage()

    Resetting the value of the BackStageViewNavigationButtonImage

    Declaration
    public void ResetBackStageViewNavigationButtonImage()

    ShouldSerializeBackStageViewNavigationButtonImage()

    Serializing the value of the BackStageViewNavigationButtonImage

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

    ShouldSerializeIsVisible()

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

    ShowBackStage()

    Declaration
    public void ShowBackStage()

    Events

    BeforeBackStageOpening

    Declaration
    public event EventHandler BeforeBackStageOpening
    Event Type
    Type Description
    System.EventHandler

    ProvideBackStageBounds

    Declaration
    public event ProvideBoundsEventHandler ProvideBackStageBounds
    Event Type
    Type Description
    ProvideBoundsEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved