ComponentOne Basic Library for WPF and Silverlight
BrowseContent Property (C1FilePicker)


C1.WPF Namespace > C1FilePicker Class : BrowseContent Property
Gets or sets the content of the Browse button.
Syntax
'Declaration
 
Public Property BrowseContent As System.Object
'Usage
 
Dim instance As C1FilePicker
Dim value As System.Object
 
instance.BrowseContent = value
 
value = instance.BrowseContent
public System.object BrowseContent {get; set;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members