Color? CaptionForeground { get; set; }
Property CaptionForeground As Color?
Get
Set
property Nullable<Color^> CaptionForeground {
Nullable<Color^> get ();
void set (Nullable<Color^> value);
}
abstract CaptionForeground : Nullable<Color> with get, set