Header Property (MenuItem)
In This Topic
Gets or sets the header of the menu item.
Syntax
'Declaration
Public Property Header As System.String
'Usage
Dim instance As MenuItem
Dim value As System.String
instance.Header = value
value = instance.Header
public System.string Header {get; set;}
public read-write property Header: System.String;
public function get,set Header : System.String
public: __property System.string* get_Header();
public: __property void set_Header(
System.string* value
);
public:
property System.String^ Header {
System.String^ get();
void set ( System.String^ value);
}
See Also