ThumbButtonInfo.CommandParameter Vlastnost

Definice

Získá nebo nastaví parametr pro předání vlastnosti Command .

public:
 property System::Object ^ CommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object CommandParameter { get; set; }
member this.CommandParameter : obj with get, set
Public Property CommandParameter As Object

Hodnota vlastnosti

Object

Parametr, který se má předat vlastnosti Command . Výchozí formát je null.

Platí pro

Viz také