This documentation is archived and is not being maintained.
MenuCommand.OleStatus Property
.NET Framework 1.1
Gets the OLE command status code for this menu item.
[Visual Basic] Public Overridable ReadOnly Property OleStatus As Integer [C#] public virtual int OleStatus {get;} [C++] public: __property virtual int get_OleStatus(); [JScript] public function get OleStatus() : int;
Property Value
An integer containing a mixture of status flags that reflect the state of this menu item.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace
Show: