BCExtensionCommandItemGetCaption Method |
Returns the caption of the menu item that invokes the command.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax protected virtual string GetCaption()
Protected Overridable Function GetCaption As String
protected:
virtual String^ GetCaption()
abstract GetCaption : unit -> string
override GetCaption : unit -> string
Return Value
Type:
StringThe caption of the menu item that invokes the command.
See Also