'宣言 Public Function New( _ ByVal rpc As C1RibbonPreview, _ ByVal ribbonItem As C1.Win.Ribbon.RibbonItem, _ ByVal action As RibbonPreviewAction, _ Optional ByVal forMinimizedRibbon As System.Boolean _ )
'使用法 Dim rpc As C1RibbonPreview Dim ribbonItem As C1.Win.Ribbon.RibbonItem Dim action As RibbonPreviewAction Dim forMinimizedRibbon As System.Boolean Dim instance As New BasePreviewElement(rpc, ribbonItem, action, forMinimizedRibbon)
public BasePreviewElement( C1RibbonPreview rpc, C1.Win.Ribbon.RibbonItem ribbonItem, RibbonPreviewAction action, System.bool forMinimizedRibbon )
パラメータ
- rpc
- C1RibbonPreview which owns the element.
- ribbonItem
- A RibbonItem associated with the element.
- action
- The element action.
- forMinimizedRibbon
- Indicates if the item should appear only when the Ribbon is minimized.