C# Class MissionPlanner.Controls.BackstageView.BackstageViewPage

Data structure to hold information about a 'tab' in the BackstageView
Inheritance: System.ComponentModel.Component, IBindableComponent
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BackstageViewPage ( ) : System
BackstageViewPage ( Type pageType, string linkText, BackstageViewPage parent = null, bool advanced = false ) : System
ToString ( ) : string

Method Details

BackstageViewPage() public method

public BackstageViewPage ( ) : System
return System

BackstageViewPage() public method

public BackstageViewPage ( Type pageType, string linkText, BackstageViewPage parent = null, bool advanced = false ) : System
pageType System.Type
linkText string
parent BackstageViewPage
advanced bool
return System

ToString() public method

public ToString ( ) : string
return string