[Description("The color used for other text in a navigator.")] public System.Drawing.Color SecondaryText { get; set; }
[Description("The color used for other text in a navigator.")] public: __property System.Drawing.Color* get_SecondaryText(); public: __property void set_SecondaryText(
System.Drawing.Color* value
);
[Description("The color used for other text in a navigator.")] public:
property System.Drawing.Color^ SecondaryText { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
'Declaration <DescriptionAttribute("The color used for other text in a navigator.")> Public Property SecondaryText As System.Drawing.Color