PickerBase.DropDownButtonTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls the visual tree of the DropDown button.
public:
property System::Windows::Controls::ControlTemplate ^ DropDownButtonTemplate { System::Windows::Controls::ControlTemplate ^ get(); void set(System::Windows::Controls::ControlTemplate ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value that controls the visual tree of the DropDown button.")]
public System.Windows.Controls.ControlTemplate DropDownButtonTemplate { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value that controls the visual tree of the DropDown button.")>]
member this.DropDownButtonTemplate : System.Windows.Controls.ControlTemplate with get, set
Public Property DropDownButtonTemplate As ControlTemplate
Property Value
- Attributes