Search Results for

    Show / Hide Table of Contents

    Class FakeDriver.Behaviors

    Inheritance
    System.Object
    FakeDriver.Behaviors
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class Behaviors

    Constructors

    | Improve this Doc View Source

    Behaviors(Boolean, Boolean, Boolean)

    Declaration
    public Behaviors(bool useFakeClipboard = false, bool fakeClipboardAlwaysThrowsNotSupportedException = false, bool fakeClipboardIsSupportedAlwaysTrue = false)
    Parameters
    Type Name Description
    System.Boolean useFakeClipboard
    System.Boolean fakeClipboardAlwaysThrowsNotSupportedException
    System.Boolean fakeClipboardIsSupportedAlwaysTrue

    Properties

    | Improve this Doc View Source

    FakeClipboardAlwaysThrowsNotSupportedException

    Declaration
    public bool FakeClipboardAlwaysThrowsNotSupportedException { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FakeClipboardIsSupportedAlwaysFalse

    Declaration
    public bool FakeClipboardIsSupportedAlwaysFalse { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseFakeClipboard

    Declaration
    public bool UseFakeClipboard { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX