ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1SpectrumColorPicker Class / OnApplyTemplate Method

In This Topic
    OnApplyTemplate Method (C1SpectrumColorPicker)
    In This Topic
    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnApplyTemplate() 
    public override void OnApplyTemplate()
    See Also