Spread Windows Forms 7.0 Product Documentation
LoadTemplate Method
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : LoadTemplate Method


template
The template value to effect the current calendar.

Glossary Item Box

Loads templates that effect the current calendar.

Syntax

Visual Basic (Declaration) 
Public Sub LoadTemplate( _
   ByVal template As Templates _
) 
Visual Basic (Usage)Copy Code
Dim instance As DropDownCalendar
Dim template As Templates
 
instance.LoadTemplate(template)
C# 
public void LoadTemplate( 
   Templates template
)

Parameters

template
The template value to effect the current calendar.

Remarks

There are three template types. Users can customize the display style for the DropDownCalendar with this method.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.