Click or drag to resize

ComboBoxPropertiesGetButtonsTemplate Method

Gets the value of ButtonsTemplate

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static ControlTemplate GetButtonsTemplate(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: ControlTemplate
The value of the attached property
See Also