ConsoleColorTable.DialogGrayTextColor Property
Gets the color of an unavailable selection in a dialog box.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color DialogGrayTextColor { get; }
public:
property Color DialogGrayTextColor {
Color get();
}
Public ReadOnly Property DialogGrayTextColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top