C#
VB
C++
Provides values for the WorkstationMenuProperties.NonExecutableFeatureBehavior
public enum MenuDisplayBehavior
Public Enum MenuDisplayBehavior
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MenuDisplayBehavior : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | (0x00000003)Nothing will change on the System.Windows.Forms.ToolStripItem |
1 | Disabled | The System.Windows.Forms.ToolStripItem will be disabled when the feature can't be executed. |
2 | Hidden | The System.Windows.Forms.ToolStripItem will be hidden when the feature can't be executed. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET