Spread Windows Forms 8.0 Product Documentation
LoadTemplate Method


The template value to effect the current calendar.
Loads templates that effect the current calendar.
Syntax
'Declaration
 
Public Sub LoadTemplate( _
   ByVal template As Templates _
) 
'Usage
 
Dim instance As DropDownCalendar
Dim template As Templates
 
instance.LoadTemplate(template)
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

Reference

DropDownCalendar Class
DropDownCalendar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.