ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FilePicker Class / BrowseContent Property



In This Topic
    BrowseContent Property
    In This Topic
    Gets or sets the content of the Browse button.
    Syntax
    'Declaration
     
    
    Public Property BrowseContent As Object
    'Usage
     
    
    Dim instance As C1FilePicker
    Dim value As Object
     
    instance.BrowseContent = value
     
    value = instance.BrowseContent
    public object BrowseContent {get; set;}
    public:
    property Object^ BrowseContent {
       Object^ get();
       void set (    Object^ value);
    }
    See Also