'宣言 Public Function New( _ ByVal rpc As C1RibbonPreview, _ ByVal ribbonLabel As C1.Win.Ribbon.RibbonLabel, _ ByVal action As RibbonPreviewAction, _ Optional ByVal forMinimizedRibbon As System.Boolean _ )
'使用法 Dim rpc As C1RibbonPreview Dim ribbonLabel As C1.Win.Ribbon.RibbonLabel Dim action As RibbonPreviewAction Dim forMinimizedRibbon As System.Boolean Dim instance As New LabelPreviewElement(rpc, ribbonLabel, action, forMinimizedRibbon)
public LabelPreviewElement( C1RibbonPreview rpc, C1.Win.Ribbon.RibbonLabel ribbonLabel, RibbonPreviewAction action, System.bool forMinimizedRibbon )
パラメータ
- rpc
- 要素を所有する C1RibbonPreview。
- ribbonLabel
- 要素に関連付けられた C1.Win.Ribbon.RibbonLabel。
- action
- 要素のアクション。
- forMinimizedRibbon
- リボンが最小化されているときにのみ項目を表示するかどうかを示します。