EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum SendTextMethod

    Represents the methods used to send text.

    Namespace: EyeAuras.Roxy.Actions.SendText
    Assembly: EyeAuras.Roxy.dll
    Syntax
    public enum SendTextMethod

    Fields

    Name Description
    ControlV

    Sends the text by pasting it via Clipboard using the Control+V key combination.

    SendChars

    Sends each character of the text individually.

    ShiftInsert

    Sends the text by pasting it via Clipboard using the Shift+Insert key combination.

    Extension Methods

    ObjectExtensions.AddTo<SendTextMethod, TCollection>(SendTextMethod, ISourceList<TCollection>)
    ObjectExtensions.AddTo<SendTextMethod, TCollection>(SendTextMethod, ICollection<TCollection>)
    ObjectExtensions.CloneJson<SendTextMethod>(SendTextMethod)
    ObjectExtensions.CopyPropertiesTo<SendTextMethod, TTarget>(SendTextMethod, TTarget)
    ObjectExtensions.DumpToTextRaw<SendTextMethod>(SendTextMethod)
    ObjectExtensions.DumpToText<SendTextMethod>(SendTextMethod)
    ObjectExtensions.Dump<SendTextMethod>(SendTextMethod)
    ObjectExtensions.GetPropertyAccessor<SendTextMethod, TValue>(SendTextMethod, Expression<Func<SendTextMethod, TValue>>)
    ObjectExtensions.InsertTo<SendTextMethod, TCollection>(SendTextMethod, IList<TCollection>, int)
    ObjectExtensions.ToJson<SendTextMethod>(SendTextMethod)
    ObjectExtensions.ToStringSafe<SendTextMethod>(SendTextMethod)
    ObjectExtensions.TransferPropertiesTo<SendTextMethod, TTarget>(SendTextMethod, TTarget, params string[])
    XDocumentExtensions.AddTo<SendTextMethod>(SendTextMethod, XContainer)
    © Xab3r. All rights reserved.