_OlkSenderPhoto.MousePointer プロパティ

定義

ユーザーがコントロールの上にマウスを OlMousePointer 置いたときに表示されるポインターの種類を指定する定数を設定または返します。 読み取り/書き込みが可能です。

public:
 property Microsoft::Office::Interop::Outlook::OlMousePointer MousePointer { Microsoft::Office::Interop::Outlook::OlMousePointer get(); void set(Microsoft::Office::Interop::Outlook::OlMousePointer value); };
public Microsoft.Office.Interop.Outlook.OlMousePointer MousePointer { get; set; }
Public Property MousePointer As OlMousePointer

プロパティ値

注釈

既定値は、 olMousePointerDefault です。

適用対象