Represents a
System.Windows.Forms.CheckBox that allows the user to choose whether to animate all of the sub-cells in the MedicalViewer.
Syntax
Visual Basic (Declaration) | |
---|
Protected AnimateAllSubCellsCheckBox As CheckBox |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CinePlayer
Dim value As CheckBox
value = instance.AnimateAllSubCellsCheckBox
instance.AnimateAllSubCellsCheckBox = value |
C# | |
---|
protected CheckBox AnimateAllSubCellsCheckBox |
Managed Extensions for C++ | |
---|
protected: CheckBox* AnimateAllSubCellsCheckBox |
C++/CLI | |
---|
protected:
CheckBox^ AnimateAllSubCellsCheckBox |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also