Search Results for

    Show / Hide Table of Contents

    Class FileDialogExamples

    Inheritance
    object
    Scenario
    FileDialogExamples
    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("FileDialog", "Demonstrates how to the FileDialog class")]
    [Scenario.ScenarioCategory("Dialogs")]
    [Scenario.ScenarioCategory("Files and IO")]
    public class FileDialogExamples : 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