OLEIVERB Enumeration |
public enum OLEIVERB
| Member name | Value | Description |
|---|---|---|
| OLEIVERB_PRIMARY | 0 | The primary verb. |
| OLEIVERB_SHOW | -1 | Show the object. |
| OLEIVERB_OPEN | -2 | Open the object. |
| OLEIVERB_HIDE | -3 | Hide the object. |
| OLEIVERB_UIACTIVATE | -4 | Activate the user interface. |
| OLEIVERB_INPLACEACTIVATE | -5 | Activate the object in-place. |
| OLEIVERB_DISCARDUNDOSTATE | -6 | Discard the undo state. |
The OLEIVERB type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |