FileName Property (ITheme)
In This Topic
Gets or sets the theme template to use. Setting this loads a new theme
Syntax
'Declaration
ReadOnly Property FileName As String
'Usage
Dim instance As ITheme
Dim value As String
value = instance.FileName
See Also