Gets the OLE command status code for this menu item.
[Visual Basic] Overridable Public ReadOnly Property OleStatus As Integer [C#] public int OleStatus {virtual get;} [C++] public: __property virtual int get_OleStatus(); [JScript] public function get OleStatus() : int;
An integer containing a mixture of status flags that reflect the state of this menu item.
MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace