ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / GetPreferedLocations Method



In This Topic
    GetPreferedLocations Method
    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)
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim value As List(Of AnchorMatching)
     
    value = instance.GetPreferedLocations()
    protected virtual List<AnchorMatching> GetPreferedLocations()
    protected:
    virtual List<AnchorMatching>^ GetPreferedLocations(); 

    Return Value

    Ordered list of AnchorMatching to try.
    See Also