ContactCard.Show メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先カードを、指定された四角形の外側の、指定された x 座標位置に表示します。
public void Show (Microsoft.Office.Core.MsoContactCardStyle CardStyle, int RectangleLeft, int RectangleRight, int RectangleTop, int RectangleBottom, int HorizontalPosition, bool ShowWithDelay = false);
abstract member Show : Microsoft.Office.Core.MsoContactCardStyle * int * int * int * int * int * bool -> unit
Public Sub Show (CardStyle As MsoContactCardStyle, RectangleLeft As Integer, RectangleRight As Integer, RectangleTop As Integer, RectangleBottom As Integer, HorizontalPosition As Integer, Optional ShowWithDelay As Boolean = false)
パラメーター
- CardStyle
- MsoContactCardStyle
MsoContactCardStyle は、カードがホバー カードとして表示されるか、完全に展開されたカードとして表示されるかを決定します。
- RectangleLeft
- Int32
カードが表示されない四角形の左側の x 座標を表します。
- RectangleRight
- Int32
カードが表示されない四角形の右側の x 座標を表します。
- RectangleTop
- Int32
カードが表示されない四角形の上側の y 座標を表します。
- RectangleBottom
- Int32
カードが表示されない四角形の下側の y 座標を表します。
- HorizontalPosition
- Int32
カードの左辺の x 座標を表します。
- ShowWithDelay
- Boolean
カードが表示されるまでに遅延があるかどうかを指定します。
注釈
パラメーターは Style
、次の MsoContactCardStyle 表のいずれかの値である必要があります。
msoContactCardTypeEnterpriseContact | 0 | 企業の連絡先アドレスの連絡先カードを表します。 | |
msoContactCardTypePersonalContact | 1 | 個人の連絡先アドレスの連絡先カードを表します。 | |
msoContactCardTypeUnknownContact | 2 | 不明な連絡先アドレスの連絡先カードを表します。 | |
msoContactCardTypeEnterpriseGroup | 3 | 企業配布リストの連絡先アドレスの連絡先カードを表します。 | |
msoContactCardTypePersonalDistributionList | 4 | 個人配布リストの連絡先アドレスを表します。 |
パラメーターは fDelay
、"msoContactCardStyleHover" に設定されている場合 Style
にのみ適用されます。 その他のカード スタイルの場合、fDelay は無視されます。