RadioTableItem.Bolded Property
Gets or sets a value that indicates whether the text of the radio table item is bold.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool Bolded { get; set; }
public:
property bool Bolded {
bool get();
void set(bool value);
}
Public Property Bolded As Boolean
Property Value
Type: System.Boolean
A Boolean: true if the text of the radio table item is bold; otherwise, false.
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top