PrintDocument for WinForms
RenderInputButtonBase クラス メソッド


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

このクラスのメンバの一覧は、RenderInputButtonBaseメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 オーバーライドされます。 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 メソッド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 メソッドReturns the preffered size of the input control in pixels. C1.C1Preview.RenderInputBaseから継承されます。
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 instance of object same type as current RenderObject object. C1.C1Preview.RenderObjectから継承されます。
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 control type. C1.C1Preview.RenderInputBaseから継承されます。
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.  
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 input value. C1.C1Preview.RenderInputBaseから継承されます。
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 input value. C1.C1Preview.RenderInputBaseから継承されます。
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.  
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から継承されます。
トップ
参照

RenderInputButtonBase クラス
C1.C1Preview 名前空間