Version

CheckBoxImageGlyphInfo Constructor(Size,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image,Image)

Creates a new CheckBoxGlyphInfo using the images specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal glyphSize As Size, _
   ByVal disabledUnchecked As Image, _
   ByVal disabledChecked As Image, _
   ByVal disabledIndeterminate As Image, _
   ByVal normalUnchecked As Image, _
   ByVal normalChecked As Image, _
   ByVal normalIndeterminate As Image, _
   ByVal mouseOverUnchecked As Image, _
   ByVal mouseOverChecked As Image, _
   ByVal mouseOverIndeterminate As Image, _
   ByVal mouseDownUnchecked As Image, _
   ByVal mouseDownChecked As Image, _
   ByVal mouseDownIndeterminate As Image, _
   ByVal mouseDownAndOverUnchecked As Image, _
   ByVal mouseDownAndOverChecked As Image, _
   ByVal mouseDownAndOverIndeterminate As Image _
)

Parameters

glyphSize
Specifies the size of the glyphs.
disabledUnchecked
The radio button in it's disabled unchecked state.
disabledChecked
The radio button in it's disabled checked state.
disabledIndeterminate
The radio button in it's disabled indeterminate state.
normalUnchecked
The radio button in it's normal unchecked state.
normalChecked
The radio button in it's normal checked state.
normalIndeterminate
The radio button in it's normal indeterminate state.
mouseOverUnchecked
The radio button in it's mouseover unchecked state.
mouseOverChecked
The radio button in it's mouseover checked state.
mouseOverIndeterminate
The radio button in it's mouseover indeterminate state.
mouseDownUnchecked
The radio button in it's mousedown unchecked state.
mouseDownChecked
The radio button in it's mousedown checked state.
mouseDownIndeterminate
The radio button in it's mousedown indeterminate state.
mouseDownAndOverUnchecked
The radio button in it's mousedown and mouseover unchecked state.
mouseDownAndOverChecked
The radio button in it's mousedown and mouseover checked state.
mouseDownAndOverIndeterminate
The radio button in it's mousedown and mouseover indeterminate state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also