Search Results for

    Show / Hide Table of Contents

    Class TreeViewFileSystem

    Inheritance
    object
    Scenario
    TreeViewFileSystem
    Implements
    IDisposable
    Inherited Members
    Scenario.Theme
    Scenario.TopLevelColorScheme
    Scenario.Win
    Scenario.Init()
    Scenario.GetName()
    Scenario.GetDescription()
    Scenario.GetCategories()
    Scenario.ToString()
    Scenario.Run()
    Scenario.RequestStop()
    Scenario.GetScenarios()
    Scenario.Dispose(bool)
    Scenario.Dispose()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    [Scenario.ScenarioMetadata("File System Explorer", "Hierarchical file system explorer demonstrating TreeView.")]
    [Scenario.ScenarioCategory("Controls")]
    [Scenario.ScenarioCategory("TreeView")]
    [Scenario.ScenarioCategory("Files and IO")]
    public class TreeViewFileSystem : Scenario, IDisposable

    Methods

    | Improve this Doc View Source

    Setup()

    Override this to implement the Scenario setup logic (create controls, etc...).

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

    Implements

    IDisposable

    Extension Methods

    EventExtensions.ClearEventHandlers(object, string)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX