PrintDocument for WinForms
RenderInputRadioButton クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderInputRadioButton クラス
Represents a Preview Forms radio button in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active radio button control.
オブジェクト モデル
RenderInputRadioButton クラス
シンタックス
'宣言
 
Public Class RenderInputRadioButton 
   Inherits RenderInputButtonBase
   Implements IDocumentLocationIStyleOwner 
'使用法
 
Dim instance As RenderInputRadioButton
public class RenderInputRadioButton : RenderInputButtonBase, IDocumentLocationIStyleOwner  
解説
Several RenderInputRadioButton objects can be combined into a group, in which case checking one button will un-check other buttons in that group (see the RenderInputRadioButton.GroupIndex property for details).
継承階層

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderInputBase
         C1.C1Preview.RenderInputButtonBase
            C1.C1Preview.RenderInputRadioButton

参照

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