Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetSubEditorControl Method


In This Topic
GetSubEditorControl Method (DropDownCalendar)
In This Topic
Gets the subeditor control in the drop-down calendar.
Syntax
'Declaration
 
Public Function GetSubEditorControl() As Control
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Control
 
value = instance.GetSubEditorControl()
See Also