ReportBitmapControl.menuItemLabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
menuItemLabel() | |
menuItemLabel(String) |
menuItemLabel()
public:
virtual System::String ^ menuItemLabel();
public virtual string menuItemLabel ();
abstract member menuItemLabel : unit -> string
override this.menuItemLabel : unit -> string
Public Overridable Function menuItemLabel () As String
Returns
Applies to
menuItemLabel(String)
public:
virtual System::String ^ menuItemLabel(System::String ^ _value);
public virtual string menuItemLabel (string _value);
abstract member menuItemLabel : string -> string
override this.menuItemLabel : string -> string
Public Overridable Function menuItemLabel (_value As String) As String
Parameters
- _value
- String