Class BackStageView
Inheritance
System.Object
BackStageView
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageView : Component
Constructors
Declaration
public BackStageView(IContainer container)
Parameters
Type |
Name |
Description |
System.ComponentModel.IContainer |
container |
|
Properties
Declaration
public BackStage BackStage { get; set; }
Property Value
Gets or sets the BackStageViewNavigationButtonImage
Declaration
public Image BackStageViewNavigationButtonImage { get; set; }
Property Value
Type |
System.Drawing.Image |
Declaration
public Control HostControl { get; set; }
Property Value
Type |
System.Windows.Forms.Control |
Declaration
public Form HostForm { get; set; }
Property Value
Type |
System.Windows.Forms.Form |
Declaration
public bool IsVisible { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected virtual Rectangle GetBackStageBounds()
Returns
Type |
System.Drawing.Rectangle |
Declaration
public void HideBackStage()
Resetting the value of the BackStageViewNavigationButtonImage
Declaration
public void ResetBackStageViewNavigationButtonImage()
Serializing the value of the BackStageViewNavigationButtonImage
Declaration
public bool ShouldSerializeBackStageViewNavigationButtonImage()
Returns
Declaration
public bool ShouldSerializeIsVisible()
Returns
Declaration
public void ShowBackStage()
Events
Declaration
public event EventHandler BeforeBackStageOpening
Event Type
Declaration
public event ProvideBoundsEventHandler ProvideBackStageBounds
Event Type