PrintDocument for WinForms
RenderInputCheckBox クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderInputCheckBox クラス

RenderInputCheckBoxデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the collection of anchors (elements of the type C1Anchor) associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating how borders are drawn if the object is too wide and is split between horizontal pages. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating how borders are drawn if the object is too high and is split between pages. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the type of break (none, line, column, or page) to insert after the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the type of break (none, line, column, or page) to insert before the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティIndicates whether the object can be split horizontally if it falls on a page break. C1.C1Preview.RenderObjectから継承されます。
Public プロパティIndicates whether the object can be split vertically if it falls on a page break. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the horizontal and vertical alignment of the check box on the control.  
Public プロパティGets or sets the value indicating whether the check box is checked.  
Public プロパティGets or sets the visual style of the check mark used by the control.  
Public プロパティGets the collection of child render objects. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the value indicating whether the object should be clipped. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the RenderObjectCollection containing the current object, or null if the current object has no IOwnedCollectionItem.Owner or the owner is not a RenderObjectCollection. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the collection of RenderObject objects generated by data binding. The value of this property is null if the object is not data bound. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the cursor used when the mouse is over the current control. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object is data bound. Returns true if the object's DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the C1PrintDocument object containing the current RenderObject. C1.C1Preview.RenderObjectから継承されます。
Public プロパティTBD: Gets or sets a value indicating whether progress events should be generated during resolving of this render object. This property is false by default, you can set this property to true if object is large and its resolving take a long of time, to suppress hangup time during document rendering. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the first fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the RenderObject.Fragments collection on the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a RenderFragmentCollection containing the fragments produced by the current object in the generated document. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object has any anchors associated with it (i.e. whether the RenderObject.Anchors collection exists and is not empty). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object has children (i.e. its RenderObject.Children collection contains at least one element). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object's RenderObject.Fragments collection has been initialized and contains one or more fragments. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object's RenderInputBase.InputActions collection has been initialized and contains one or more fragments. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets or sets the height of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the hyperlink (see C1Hyperlink) associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the index of the current object within the IOwnedCollectionItem.Owner, or -1 if there is no owner. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the collection of InputAction objects describing the pairs of supported user actions and handlers associated with those actions. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets or sets a render object which should be printed on the same page as the current object. The specified object must have the same RenderObject.Parent as the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the last fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the name of the current object. The name can be an empty string. If it is not empty, the name must be unique among the current object's siblings (i.e. objects with the same IOwnedCollectionItem.Owner). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the script that is executed when the current object has been completely resolved, all its fragments created and added to the RenderObject.Fragments collection of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティ C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the original RenderObject object that produced the current object during data binding, or null if there is no such object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the PageNumberingChange object defining the page numbering change that will occur when the current object is rendered. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the parent RenderObject containing the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating whether the current control is printed. If true (default), the content of the control is printed normally. Otherwise, it is not printed or exported. This might be used for example to provide help (invisible in the printed document) for form fields that are to be filled. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets or sets a value indicating whether the current control is read-only. For read-only controls, all input actions are still fired, but the control's value cannot be changed. The default is false. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets or sets the value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the value determining how the object is treated when it is too high to fit in the vertical space available on the current page. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the stacking rules used to arrange the children of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the text that appears in the status line of the preview control when the current control has focus. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets the RenderObject.Style of the current object. This property cannot be assigned to. To use another style as the base for the current object's style, set the Style.Parent to that other style. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the most nested RenderTable containing the current render object, or null if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the RenderObject.TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the 0-based index of the column in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the 0-based index of the row in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the text of the button. C1.C1Preview.RenderInputButtonBaseから継承されます。
Public プロパティGets or sets the alignment of the button text. C1.C1Preview.RenderInputButtonBaseから継承されます。
Public プロパティGets or sets the tooltip associated with the current control. C1.C1Preview.RenderInputBaseから継承されます。
Public プロパティGets or sets arbitrary data associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating the visibility of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the width of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the X coordinate of the current object.

May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the Y coordinate of the current object.

May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.height/2-self.height/2").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the Z-order of the current object. Objects with smaller Z-order values are drawn under objects with larger Z-order values. By default, this property is zero. C1.C1Preview.RenderObjectから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティGets the hashtable containing the calculated values. C1.C1Preview.RenderObjectから継承されます。
Protected プロパティGets a value indicating whether the RenderObject.CalculatedValues hashtable exists and is not empty. C1.C1Preview.RenderObjectから継承されます。
Protected プロパティFor internal use. C1.C1Preview.RenderObjectから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 オーバーライドされます。 Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderInputButtonBase.AssignFrom method, then copies RenderInputCheckBox-specific properties if source is a RenderInputCheckBox.  
Public メソッド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 C1PrintDocument.Body or to RenderObject.Children of another object in the document). See remarks for more details. C1.C1Preview.RenderObjectから継承されます。
Public メソッドオーバーロードされます。 Clones the current RenderObject. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCreates the underlying System.Windows.Forms.Control. C1.C1Preview.RenderInputBaseから継承されます。
Public メソッドオーバーライドされます。 Gets the desired (auto) size of the control.  
Public メソッドCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalculates the number of objects which are owned by the current object. C1.C1Preview.RenderObjectから継承されます。
Public メソッドReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalled to test whether the underlying control requires a parent to correctly process the WM_PRINT message. C1.C1Preview.RenderInputBaseから継承されます。
Public メソッドCalled to test whether the selection on the parent control should be reset when the underlying control receives input focus. C1.C1Preview.RenderInputBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドFor internal use. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Creates new empty RenderInputCheckBox object linked with same C1PrintDocument as current object.  
Protected メソッドGets the value of a child's ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Gets the checkbox control type.  
Protected メソッドReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.Clip property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default cursor. C1.C1Preview.RenderInputButtonBaseから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderInputBaseから継承されます。
Protected メソッドGets the default value for the RenderObject.Height property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.SplitHorzBehavior property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.SplitVertBehavior property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Gets the default text alignment.  
Protected メソッドGets the default value for the RenderObject.Width property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns a human-readable textual description of the location of the current object in the document. C1.C1Preview.RenderObjectから継承されます。
Protected メソッド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); } } C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the value of a child's non-ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッド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. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Gets the checkbox value.  
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Initializes the control.  
Protected メソッドオーバーライドされます。 Initializes the render object.  
Protected メソッドFor internal use only. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the values of calculated fields of object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the calculated values of object's style. C1.C1Preview.RenderObjectから継承されます。
Protected メソッド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. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドThis method is called once for each object, override it to perform custom initialization. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドCalled when the IValueProvider.Value has changed. C1.C1Preview.RenderInputBaseから継承されます。
Protected メソッドInternal use only. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドSets value of flag. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderInputBaseから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderInputBaseから継承されます。
Protected メソッドオーバーライドされます。 Sets the checkbox value.  
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Children property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Clip property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドIndicates whether the RenderInputBase.Cursor should be serialized. C1.C1Preview.RenderInputBaseから継承されます。
Protected メソッドTests whether the Flags property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Height property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Name property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.SplitHorzBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.SplitVertBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Style property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドIndicates whether RenderInputButtonBase.TextAlign should be serialized. C1.C1Preview.RenderInputButtonBaseから継承されます。
Protected メソッドTests whether the RenderObject.Width property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.X property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Y property should be serialized. C1.C1Preview.RenderObjectから継承されます。
トップ
参照

RenderInputCheckBox クラス
C1.C1Preview 名前空間