C1.C1Preview Namespace / RenderInputButtonBase Class

In This Topic
RenderInputButtonBase Class Methods
In This Topic

For a list of all members of this type, see RenderInputButtonBase members.

Public Methods
 NameDescription
Public MethodOverloaded. Overridden. Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderInputBase.AssignFrom method, then copies RenderInputButtonBase-specific properties if source is a RenderInputButtonBase.  
Public MethodCalculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to C1PrintDocument.Body or to RenderObject.Children of another object in the document). See remarks for more details. (Inherited from C1.C1Preview.RenderObject)
Public MethodOverloaded. Clones the current RenderObject. (Inherited from C1.C1Preview.RenderObject)
Public MethodCreates the underlying System.Windows.Forms.Control. (Inherited from C1.C1Preview.RenderInputBase)
Public MethodReturns the preffered size of the input control in pixels. (Inherited from C1.C1Preview.RenderInputBase)
Public MethodCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. (Inherited from C1.C1Preview.RenderObject)
Public MethodCalculates the number of objects which are owned by the current object. (Inherited from C1.C1Preview.RenderObject)
Public MethodReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. (Inherited from C1.C1Preview.RenderObject)
Public MethodCalled to test whether the underlying control requires a parent to correctly process the WM_PRINT message. (Inherited from C1.C1Preview.RenderInputBase)
Public MethodCalled to test whether the selection on the parent control should be reset when the underlying control receives input focus. (Inherited from C1.C1Preview.RenderInputBase)
Top
See Also