'Declaration Public Shared Sub SetIsIndeterminate( _ ByVal element As DependencyObject, _ ByVal isIndeterminate As Boolean _ )
'Usage Dim element As DependencyObject Dim isIndeterminate As Boolean ButtonProgressAssist.SetIsIndeterminate(element, isIndeterminate)
public static void SetIsIndeterminate( DependencyObject element, bool isIndeterminate )
Parameters
- element
- isIndeterminate