Property | Type | Description |
---|
Method | Description | |
---|---|---|
RadioButtonImages ( ) : System |
Initialize a new instance of the RadioButtonImages class.
|
|
RadioButtonImages ( NeedPaintHandler needPaint ) : System |
Initialize a new instance of the RadioButtonImages class.
|
|
ResetCheckedDisabled ( ) : void |
Resets the CheckedDisabled property to its default value.
|
|
ResetCheckedNormal ( ) : void |
Resets the CheckedNormal property to its default value.
|
|
ResetCheckedPressed ( ) : void |
Resets the CheckedPressed property to its default value.
|
|
ResetCheckedTracking ( ) : void |
Resets the CheckedTracking property to its default value.
|
|
ResetCommon ( ) : void |
Resets the Common property to its default value.
|
|
ResetUncheckedDisabled ( ) : void |
Resets the UncheckedDisabled property to its default value.
|
|
ResetUncheckedNormal ( ) : void |
Resets the UncheckedNormal property to its default value.
|
|
ResetUncheckedPressed ( ) : void |
Resets the UncheckedPressed property to its default value.
|
|
ResetUncheckedTracking ( ) : void |
Resets the UncheckedTracking property to its default value.
|
public RadioButtonImages ( NeedPaintHandler needPaint ) : System | ||
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |