'Declaration Public Shared Function GetCalculatorButtonType( _ ByVal target As DependencyObject _ ) As Calculator.CalculatorButtonType
'Usage Dim target As DependencyObject Dim value As Calculator.CalculatorButtonType value = Calculator.GetCalculatorButtonType(target)
public static Calculator.CalculatorButtonType GetCalculatorButtonType( DependencyObject target )
Parameters
- target
- The dependency object from which the property value is read.
Return Value
A CalculatorButtonType representing the type of the calculator button.