PrintDocument for WinForms
TextBoxPreviewElement コンストラクタ


C1.Win.RibbonPreview.6 アセンブリ > C1.Win.RibbonPreview 名前空間 > TextBoxPreviewElement クラス : TextBoxPreviewElement コンストラクタ
C1RibbonPreview which owns the element.
A C1.Win.Ribbon.RibbonTextBox associated with the element.
The element action.
Indicates if the item should appear only when the Ribbon is minimized.
Initializes a new instance of a TextBoxPreviewElement.
シンタックス
'宣言
 
Public Function New( _
   ByVal rpc As C1RibbonPreview, _
   ByVal ribbonTextBox As C1.Win.Ribbon.RibbonTextBox, _
   ByVal action As RibbonPreviewAction, _
   Optional ByVal forMinimizedRibbon As System.Boolean _
)
'使用法
 
Dim rpc As C1RibbonPreview
Dim ribbonTextBox As C1.Win.Ribbon.RibbonTextBox
Dim action As RibbonPreviewAction
Dim forMinimizedRibbon As System.Boolean
 
Dim instance As New TextBoxPreviewElement(rpc, ribbonTextBox, action, forMinimizedRibbon)
public TextBoxPreviewElement( 
   C1RibbonPreview rpc,
   C1.Win.Ribbon.RibbonTextBox ribbonTextBox,
   RibbonPreviewAction action,
   System.bool forMinimizedRibbon
)

パラメータ

rpc
C1RibbonPreview which owns the element.
ribbonTextBox
A C1.Win.Ribbon.RibbonTextBox associated with the element.
action
The element action.
forMinimizedRibbon
Indicates if the item should appear only when the Ribbon is minimized.
参照

TextBoxPreviewElement クラス
TextBoxPreviewElement メンバ