Click or drag to resize

CPDFViewerVisibilityCustomMouse Method

Switch the visibility of the custom mouse

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool VisibilityCustomMouse(
	Visibility visibility,
	Cursor cursors
)

Parameters

visibility
Type: System.WindowsVisibility
Visibility
cursors
Type: System.Windows.InputCursor
Mouse style when the custom mouse is invisible

Return Value

Type: Boolean
See Also