Returns the caption of the menu item that invokes the command.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
protected virtual string GetCaption()
Visual Basic
Protected Overridable Function GetCaption As String
Visual C++
protected:
virtual String^ GetCaption()

Return Value

The caption of the menu item that invokes the command.

See Also