NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MenuCommand.OleStatus

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;

Property Value

An integer containing a mixture of status flags that reflect the state of this menu item.

See Also

MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace