Search Results for

    Show / Hide Table of Contents

    Class AccessKeys

    Extract Access key for requested menu option

    Inheritance
    System.Object
    AccessKeys
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.XA.Core.AutomationProject.CoreUtilities
    Assembly: Quark.XA.Core.AutomationProject.dll
    Syntax
    public class AccessKeys

    Constructors

    AccessKeys()

    Declaration
    public AccessKeys()

    Methods

    GetAccessKey(String, String, String)

    Retrieve Access Key from XML on the basis of language and Version

    Declaration
    public string GetAccessKey(string ribbonOption, string wordLanguage, string wordVersion)
    Parameters
    Type Name Description
    System.String ribbonOption

    Name of Ribbon Item

    System.String wordLanguage

    Word Language

    System.String wordVersion

    Word Version

    Returns
    Type Description
    System.String

    GetContextMenuOption(String, String, String)

    Retrieve string value from XML fro context menu on the basis of language and Version

    Declaration
    public string GetContextMenuOption(string contextmenuOption, string wordLanguage, string wordVersion)
    Parameters
    Type Name Description
    System.String contextmenuOption

    Context Menu Option

    System.String wordLanguage

    Word Language

    System.String wordVersion

    Word Version

    Returns
    Type Description
    System.String
    In This Article
    Back to top © 2025 Quark Software Inc. All rights reserved.