Search Results for

    Show / Hide Table of Contents

    Class DynamicStatusBar

    Inheritance
    System.Object
    Scenario
    DynamicStatusBar
    Implements
    System.IDisposable
    Inherited Members
    Scenario.Win
    Scenario.GetName()
    Scenario.GetDescription()
    Scenario.GetCategories()
    Scenario.ToString()
    Scenario.Setup()
    Scenario.RequestStop()
    Scenario.GetScenarios()
    Scenario.Dispose(Boolean)
    Scenario.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    [Scenario.ScenarioMetadata("Dynamic StatusBar", "Demonstrates how to add and remove a StatusBar and change items dynamically.")]
    [Scenario.ScenarioCategory("Top Level Windows")]
    public class DynamicStatusBar : Scenario, IDisposable

    Methods

    | Improve this Doc View Source

    Init(ColorScheme)

    Declaration
    public override void Init(ColorScheme colorScheme)
    Parameters
    Type Name Description
    ColorScheme colorScheme
    Overrides
    Scenario.Init(ColorScheme)
    | Improve this Doc View Source

    Run()

    Declaration
    public override void Run()
    Overrides
    Scenario.Run()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX