alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class Resources.Strings.CommandDescriptions

    Provides access to command description strings in the resource file.

    Inheritance
    System.Object
    Resources.Strings.CommandDescriptions
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class CommandDescriptions : Object

    Constructors

    CommandDescriptions()

    Declaration
    public CommandDescriptions()

    Methods

    Get(String)

    Returns a command description given the name of a command.

    Declaration
    public static string Get(string cmdName)
    Parameters
    Type Name Description
    System.String cmdName

    Name of the command to return description for

    Returns
    Type Description
    System.String

    String description of a command

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved