C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class


RenderInputButtonBase Class Methods

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 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
Protected Methods
 NameDescription
Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderObject)
Protected MethodCreates instance of object same type as current RenderObject object. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the value of a child's ambient style property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the control type. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default value for the RenderObject.Clip property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverridden. Gets the default cursor.  
Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodGets the default value for the RenderObject.Height property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default value for the RenderObject.SplitHorzBehavior property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default value for the RenderObject.SplitVertBehavior property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default text alignment.  
Protected MethodGets the default value for the RenderObject.Width property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodReturns a human-readable textual description of the location of the current object in the document. (Inherited from C1.C1Preview.RenderObject)
Protected MethodReturns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Height property of object is being read. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the value of a child's non-ambient style property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodIndicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the input value. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodOverride this method to perform additional actions when value of the Width property of object is being read. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverridden. Initializes the control.  
Protected MethodOverridden. Initializes the render object.  
Protected MethodFor internal use only. (Inherited from C1.C1Preview.RenderObject)
Protected MethodResolves the values of calculated fields of object. (Inherited from C1.C1Preview.RenderObject)
Protected MethodResolves the calculated values of object's style. (Inherited from C1.C1Preview.RenderObject)
Protected MethodThis method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time. (Inherited from C1.C1Preview.RenderObject)
Protected MethodThis method is called once for each object, override it to perform custom initialization. (Inherited from C1.C1Preview.RenderObject)
Protected MethodCalled when the IValueProvider.Value has changed. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodInternal use only. (Inherited from C1.C1Preview.RenderObject)
Protected MethodSets value of flag. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Height property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodSets the input value. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodOverride this method to perform additional actions when value of the Width property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Children property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Clip property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodIndicates whether the Cursor should be serialized. (Inherited from C1.C1Preview.RenderInputBase)
Protected MethodTests whether the Flags property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Height property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Name property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.SplitHorzBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.SplitVertBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Style property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodIndicates whether TextAlign should be serialized.  
Protected MethodTests whether the RenderObject.Width property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.X property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the RenderObject.Y property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Top
See Also