[]
Represents a Preview Forms textbox in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active textbox control.
public class RenderInputText : RenderInputBase, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderInputText() | Initializes a new instance of the RenderInputText class. |
RenderInputText(string) | Initializes a new instance of the RenderInputText class, assigning the Text property. |
Name | Description |
---|---|
AcceptsReturn | Obsolete. Not supported. |
BorderVisible | Gets or sets a value indicating whether to draw borders around the current input control. |
PasswordChar | Gets or sets the char used to hide real characters when entering passwords. The default value of this property is '\0', which disables hiding. |
Text | Gets or sets the text shown in the textbox. |
Name | Description |
---|---|
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method.
If |
CreateSame() | Creates new empty RenderInputText object linked with same C1PrintDocument as current object. |
GetAutoSize(IScriptContext, ref int, ref int) | Returns the preffered size of the control in pixels. |
GetControlType() | For internal use. |
GetDefaultCursor() | For internal use. |
GetValue() | For internal use. |
InitControl(Control, IScriptContext) | For internal use. |
IsResetSelectionNeeded() | For internal use. |
SetValue(object) | For internal use. |