SystemColors.ActiveBorder Propriedade

Definição

Obtém uma estrutura Color que tem a cor da borda da janela ativa.Gets a Color structure that is the color of the active window's border.

public:
 static property System::Drawing::Color ActiveBorder { System::Drawing::Color get(); };
public static System.Drawing.Color ActiveBorder { get; }
member this.ActiveBorder : System.Drawing.Color
Public Shared ReadOnly Property ActiveBorder As Color

Valor da propriedade

Color

Um Color que é a cor da borda da janela ativa.A Color that is the color of the active window's border.

Aplica-se a