ImageCheckBox Class

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class ImageCheckBox _
    Inherits CheckBox
‘사용 방법
Dim instance As ImageCheckBox
public class ImageCheckBox : CheckBox
public ref class ImageCheckBox : public CheckBox
type ImageCheckBox =  
    class
        inherit CheckBox
    end
public class ImageCheckBox extends CheckBox

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.Primitives.ButtonBase
                  System.Windows.Controls.Primitives.ToggleButton
                    System.Windows.Controls.CheckBox
                      Microsoft.VisualStudio.PlatformUI.ImageCheckBox

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ImageCheckBox Members

Microsoft.VisualStudio.PlatformUI Namespace