Gets the style of the checkbox.
Пространство имен: Microsoft.IdentityModel.Web.Controls
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As SignInControl
Dim value As TableItemStyle

value = instance.CheckBoxStyle

Синтаксис

Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<DefaultValueAttribute(Nothing)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property CheckBoxStyle As TableItemStyle
C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] 
[DefaultValueAttribute(null)] 
[NotifyParentPropertyAttribute(true)] 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] 
public TableItemStyle CheckBoxStyle { get; }
C++
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)] 
[DefaultValueAttribute(nullptr)] 
[NotifyParentPropertyAttribute(true)] 
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] 
public:
property TableItemStyle^ CheckBoxStyle {
		TableItemStyle^ get ();
}
J#
/** @property */
public TableItemStyle get_CheckBoxStyle ()
JScript
public function get CheckBoxStyle () : TableItemStyle

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также