In This Topic

MenuItem Property

In This Topic
Syntax
'Declaration

 

Public ReadOnly Property MenuItem As Integer
public int MenuItem {get;}
public read-only property MenuItem: Integer; 
public function get MenuItem : int
public: __property int get_MenuItem();
public:

property int MenuItem {

   int get();

}
See Also