ComponentOne MediaPlayer for WPF and Silverlight
ToolBarExtension Property (C1MediaPlayer)

C1.WPF.MediaPlayer Namespace > C1MediaPlayer Class : ToolBarExtension Property
Gets or sets the template for an optional extension of the ToolBar that contains the show/hide items/chapter list.
Syntax
'Declaration
 
Public Property ToolBarExtension As DataTemplate
public DataTemplate ToolBarExtension {get; set;}
Remarks
Allows adding more buttons or other content next to the chapter and items buttons. This is a Template because separate instances are needed for fullscreen and normal mode. Use ToolBarButtonBaseStyle as the style of buttons placed here to match the style of the template.
See Also

Reference

C1MediaPlayer Class
C1MediaPlayer Members