'Declaration Public Function New( _ ByVal page As ImGearPage _ )
'Usage Dim page As ImGearPage Dim instance As New ImGearPageDisplay(page)
public ImGearPageDisplay( ImGearPage page )
public: ImGearPageDisplay( ImGearPage* page )
public: ImGearPageDisplay( ImGearPage^ page )
Parameters
- page
- Specifies the ImGearPage object to associate with new ImGearPageDisplay instance.