C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / GetCheckboxImage Method / GetCheckboxImage(CheckBoxState) Method
A value from the System.Windows.Forms.VisualStyles.CheckBoxState enumeration.

In This Topic
GetCheckboxImage(CheckBoxState) Method
In This Topic
Gets a check box image as a function of the specified checkbox state.
Syntax
'Declaration
 
Public Overloads Overridable Function GetCheckboxImage( _
   ByVal state As CheckBoxState _
) As Image
 

Parameters

state
A value from the System.Windows.Forms.VisualStyles.CheckBoxState enumeration.

Return Value

A checkbox image to be displayed in the element.
Remarks
Override this method to provide your own images for checkboxes in various states.
See Also