次の方法で共有


RibbonControlService.SetToolTipFooterTitle(DependencyObject, String) メソッド

定義

オブジェクトに対する ToolTipFooterTitle 添付プロパティの値を設定します。

public:
 static void SetToolTipFooterTitle(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetToolTipFooterTitle (System.Windows.DependencyObject element, string value);
static member SetToolTipFooterTitle : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetToolTipFooterTitle (element As DependencyObject, value As String)

パラメーター

element
DependencyObject

添付プロパティの書き込み対象のオブジェクト。

value
String

設定する値。

例外

指定された elementnull です。

適用対象