PrintDocument for WinForms
RenderInputBase クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderInputBase クラス
The abstract base class for all Preview Forms input controls. Derived types represent active UI elements embedded in a C1PrintDocument when that document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl).
オブジェクト モデル
RenderInputBase クラス
シンタックス
'宣言
 
Public MustInherit Class RenderInputBase 
   Inherits RenderObject
   Implements IDocumentLocationIStyleOwner 
'使用法
 
Dim instance As RenderInputBase
public abstract class RenderInputBase : RenderObject, IDocumentLocationIStyleOwner  
解説
Derived classes include RenderInputButton, RenderInputCheckBox, RenderInputComboBox, RenderInputRadioButton and RenderInputText.
継承階層

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderInputBase
         C1.C1Preview.RenderInputButtonBase
         C1.C1Preview.RenderInputComboBox
         C1.C1Preview.RenderInputText

参照

RenderInputBase メンバ
C1.C1Preview 名前空間
ActionHandlerBase クラス