[This is preliminary documentation and is subject to change.]
Determines whether the Operation should be visible, and is so whether it
should be enabled.
| C# |
public enum Visibility
| Member | Description |
|---|---|
| Invisible |
Indicates that the Operation should not be visible.
|
| Disabled |
Indicates that the Operation should be visible but disabled.
|
| Enabled |
Indicates that the Operation should be visible and enabled.
|