| Name | Description |
 | CreateDataBindingCopy | For internal use. (Inherited from C1.C1Preview.RenderObject) |
 | CreateSame | Creates instance of object same type as current RenderObject object. (Inherited from C1.C1Preview.RenderObject) |
 | GetAmbientPropValueForChild | Gets the value of a child's ambient style property. (Inherited from C1.C1Preview.RenderObject) |
 | GetAssignChildren | Override 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) |
 | GetControlType | Gets the control type. (Inherited from C1.C1Preview.RenderInputBase) |
 | GetDataBindingForChild | Returns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. (Inherited from C1.C1Preview.RenderObject) |
 | GetDefaultClip | Gets the default value for the RenderObject.Clip property. (Inherited from C1.C1Preview.RenderObject) |
 | GetDefaultCursor | Overridden. Gets the default cursor. |
 | GetDefaultFlags | For internal use. (Inherited from C1.C1Preview.RenderInputBase) |
 | GetDefaultHeight | Gets the default value for the RenderObject.Height property. (Inherited from C1.C1Preview.RenderObject) |
 | GetDefaultSplitHorzBehavior | Gets the default value for the RenderObject.SplitHorzBehavior property. (Inherited from C1.C1Preview.RenderObject) |
 | GetDefaultSplitVertBehavior | Gets the default value for the RenderObject.SplitVertBehavior property. (Inherited from C1.C1Preview.RenderObject) |
 | GetDefaultTextAlign | Gets the default text alignment. |
 | GetDefaultWidth | Gets the default value for the RenderObject.Width property. (Inherited from C1.C1Preview.RenderObject) |
 | GetDocumentLocationDescription | Returns a human-readable textual description of the location of the current object in the document. (Inherited from C1.C1Preview.RenderObject) |
 | GetFlag | Returns 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) |
 | GetHeight | Override this method to perform additional actions when value of the Height property of object is being read. (Inherited from C1.C1Preview.RenderObject) |
 | GetNonAmbientPropValueForChild | Gets the value of a child's non-ambient style property. (Inherited from C1.C1Preview.RenderObject) |
 | GetProcessChildrenWhenDataBindingResolved | Indicates 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) |
 | GetValue | Gets the input value. (Inherited from C1.C1Preview.RenderInputBase) |
 | GetWidth | Override this method to perform additional actions when value of the Width property of object is being read. (Inherited from C1.C1Preview.RenderObject) |
 | InitControl | Overridden. Initializes the control. |
 | InitRenderObject | Overridden. Initializes the render object. |
 | InternalResetLayoutDimensions | For internal use only. (Inherited from C1.C1Preview.RenderObject) |
 | InternalResolveCalculatedValues | Resolves the values of calculated fields of object. (Inherited from C1.C1Preview.RenderObject) |
 | InternalResolveStyles | Resolves the calculated values of object's style. (Inherited from C1.C1Preview.RenderObject) |
 | InternalResolvingFinished | This 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) |
 | OnMainFragmentBuilt | This method is called once for each object, override it to perform custom initialization. (Inherited from C1.C1Preview.RenderObject) |
 | OnValueChanged | Called when the IValueProvider.Value has changed. (Inherited from C1.C1Preview.RenderInputBase) |
 | ResolveChildrenDataBinding | Internal use only. (Inherited from C1.C1Preview.RenderObject) |
 | SetFlag | Sets value of flag. (Inherited from C1.C1Preview.RenderObject) |
 | SetHeight | Override this method to perform additional actions when value of the Height property of object is being defined. (Inherited from C1.C1Preview.RenderObject) |
 | SetSplitHorzBehavior | For internal use. (Inherited from C1.C1Preview.RenderInputBase) |
 | SetSplitVertBehavior | For internal use. (Inherited from C1.C1Preview.RenderInputBase) |
 | SetValue | Sets the input value. (Inherited from C1.C1Preview.RenderInputBase) |
 | SetWidth | Override this method to perform additional actions when value of the Width property of object is being defined. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeChildren | Tests whether the RenderObject.Children property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeClip | Tests whether the RenderObject.Clip property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeCursor | Indicates whether the Cursor should be serialized. (Inherited from C1.C1Preview.RenderInputBase) |
 | ShouldSerializeFlags | Tests whether the Flags property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeHeight | Tests whether the RenderObject.Height property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeName | Tests whether the RenderObject.Name property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeSplitHorzBehavior | Tests whether the RenderObject.SplitHorzBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeSplitVertBehavior | Tests whether the RenderObject.SplitVertBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeStyle | Tests whether the RenderObject.Style property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeTextAlign | Indicates whether TextAlign should be serialized. |
 | ShouldSerializeWidth | Tests whether the RenderObject.Width property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeX | Tests whether the RenderObject.X property should be serialized. (Inherited from C1.C1Preview.RenderObject) |
 | ShouldSerializeY | Tests whether the RenderObject.Y property should be serialized. (Inherited from C1.C1Preview.RenderObject) |