The RenderInputCheckBox type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom(RenderObject) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|
AssignFrom(RenderObject, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|
AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|
AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) method,
then copies RenderInputCheckBox-specific properties if source is a RenderInputCheckBox.
(Overrides RenderInputButtonBase..::..AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean).) |
|
CalcSize |
Calculates the size of the current object.
When this method is called, the object must already have been added to the document
(e.g. to Body or to
Children of another object in the document).
See remarks for more details.
(Inherited from RenderObject.) |
|
Clone()()()() |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|
Clone(Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|
Clone(Boolean, Boolean, Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|
Clone(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|
CreateControl |
Creates the underlying Control.
(Inherited from RenderInputBase.) |
|
GetAutoSize |
Gets the desired (auto) size of the control.
(Overrides RenderInputBase..::..GetAutoSize(IScriptContext, Int32%, Int32%).) |
|
GetNestedObjectCount |
Calculates the count of objects which are nested within this object.
This method takes into account child objects and their children.
(Inherited from RenderObject.) |
|
GetOwnedObjectCount |
Calculates the number of objects which are owned by the current object.
(Inherited from RenderObject.) |
|
IndexOfFragment |
Returns the index of the specified RenderFragment of the current object
in the Fragments collection.
(Inherited from RenderObject.) |
|
IsControlNeededParentForWmPrint |
Called to test whether the underlying control requires a parent
to correctly process the WM_PRINT message.
(Inherited from RenderInputBase.) |
|
IsResetSelectionNeeded |
Called to test whether the selection on the parent control
should be reset when the underlying control receives input focus.
(Inherited from RenderInputBase.) |