RepeatButtonElement Constructor(Style)
In This Topic
Initializes a new
RepeatButtonElement with specified style.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public RepeatButtonElement(
Style
)
Parameters
- style
- The Style object to use.
See Also