[]
        
(Showing Draft Content)

C1.Win.C1Preview.ViewState.CreateFromPreviewPane

CreateFromPreviewPane Method

CreateFromPreviewPane(C1PreviewPane)

Creates a ViewState value and fills it with the properties of a specified C1PreviewPane.

Declaration
public static ViewState CreateFromPreviewPane(C1PreviewPane previewPane)
Public Shared Function CreateFromPreviewPane(previewPane As C1PreviewPane) As ViewState
Parameters
Type Name Description
C1PreviewPane previewPane

The C1PreviewPane to store the properties of.

Returns
Type Description
ViewState

The created ViewState value.