Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1SplitButton Class / GetPreferedLocations Method

In This Topic
    GetPreferedLocations Method (C1SplitButton)
    In This Topic
    Get the locations where the dropdown will try to locate the System.Windows.Controls.Primitives.Popup once it's opened.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetPreferedLocations() As List(Of AnchorMatching)
    protected virtual List<AnchorMatching> GetPreferedLocations()

    Return Value

    Ordered list of AnchorMatching to try.
    See Also