OleCommandStatus 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供指定 OLE 命令的状态。
public ref class OleCommandStatus
public class OleCommandStatus
type OleCommandStatus = class
Public Class OleCommandStatus
- 继承
-
OleCommandStatus
构造函数
| OleCommandStatus() |
类构造函数。 实例化类的 nonparameterized 实例 OleCommandStatus 。 |
| OleCommandStatus(Int32) |
类构造函数。 实例化类的参数化实例 OleCommandStatus 。 |
属性
| Checked |
检索或设置一个值,该值指示是否选中此命令。 |
| Enabled |
检索或设置一个值,该值指示是否启用此命令。 |
| Flags |
检索或设置表示基础值的值 OLECMDF 。 |
| Supported |
检索或设置一个值,该值指示是否支持此命令。 |
| Text |
检索或设置为此命令显示的文本。 |
| Visible |
检索或设置一个值,该值指示此命令是否可见。 |