次の方法で共有


ContactCard.Show メソッド

定義

連絡先カードを、指定された四角形の外側の、指定された 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 は無視されます。

適用対象