Movie Maker Timeline Control

SetThemeBorder Method

Description

Customize border theme of Timeline Control.

Syntax

Public Function SetThemeBorder( _
   ByVal iType as integer, _
   ByVal color as color 
 )

 

Parameter

iType
   
   0 - Content
   1 - Time Scale
   2 - Scroll Bar
   3 - Scroll Bar Item
   4 - SelectionBox
   5 - Tooltips
   6 - SeekBar


No Return Value

 

Example

Visual Basic.NET  Syntax
 If ColorDialog1.ShowDialog() = DialogResult.OK Then
AxTimelineControl1.SetThemeBorder(cboBorderTheme.SelectedIndex, Color2Uint32(ColorDialog1.Color))
End If