Platforms to show: All Mac Windows Linux Cross-Platform
PDFKit
Cocoa classes for working on PDF files.
- class CustomPDFViewMBS
- method ClearOverlay(page as PDFPageMBS, post as boolean = true)
- method ClearOverlays
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method Destructor
- property Overlay(page as PDFPageMBS, post as boolean = true) as variant
- event acceptsFirstMouse(e as NSEventMBS) as boolean
- event acceptsFirstResponder as boolean
- event AfterDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double)
- event becomeFirstResponder as boolean
- event BeforeDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event canBecomeKeyView as boolean
- event Close
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event draggingEntered(sender as NSDraggingInfoMBS) as Integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- event draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingSessionSourceOperationMaskForDraggingContext(session as NSDraggingSessionMBS, context as Integer) as Integer
- event draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- event draggingUpdated(sender as NSDraggingInfoMBS) as Integer
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event ignoreModifierKeysForDraggingSession(session as NSDraggingSessionMBS) as boolean
- event isOpaque as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event menuForEvent(e as NSEventMBS, defaultMenu as NSMenuMBS) as NSMenuMBS
- event mouseDown(e as NSEventMBS, x as Double, y as Double) as boolean
- event mouseDownCanMoveWindow as boolean
- event mouseDragged(e as NSEventMBS, x as Double, y as Double) as boolean
- event mouseEntered(e as NSEventMBS, x as Double, y as Double) as boolean
- event mouseExited(e as NSEventMBS, x as Double, y as Double) as boolean
- event mouseMoved(e as NSEventMBS, x as Double, y as Double) as boolean
- event mouseUp(e as NSEventMBS, x as Double, y as Double) as boolean
- event Open
- event otherMouseDown(e as NSEventMBS, x as Double, y as Double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as Double, y as Double) as boolean
- event otherMouseUp(e as NSEventMBS, x as Double, y as Double) as boolean
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event pressureChange(e as NSEventMBS) as boolean
- event resignFirstResponder as boolean
- event rightMouseDown(e as NSEventMBS, x as Double, y as Double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as Double, y as Double) as boolean
- event rightMouseUp(e as NSEventMBS, x as Double, y as Double) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event scrollWheel(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event viewDidMoveToWindow
- event wantsPeriodicDraggingUpdates as boolean
- class PDFActionGoToMBS
- method Constructor(destination as PDFDestinationMBS)
- property destination as PDFDestinationMBS
- class PDFActionMBS
- method Constructor
- method copy as PDFActionMBS
- method type as string
- property Handle as Integer
- class PDFActionNamedMBS
- method Constructor(name as Integer)
- property name as Integer
- const kPDFActionNamedFind = 8
- const kPDFActionNamedFirstPage = 3
- const kPDFActionNamedGoBack = 5
- const kPDFActionNamedGoForward = 6
- const kPDFActionNamedGoToPage = 7
- const kPDFActionNamedLastPage = 4
- const kPDFActionNamedNextPage = 1
- const kPDFActionNamedNone = 0
- const kPDFActionNamedPreviousPage = 2
- const kPDFActionNamedPrint = 9
- const kPDFActionNamedZoomIn = 10
- const kPDFActionNamedZoomOut = 11
- class PDFActionRemoteGoToMBS
- method Constructor(PageIndex as Integer, atPoint as NSPointMBS, file as folderitem)
- method Constructor(PageIndex as Integer, atPoint as NSPointMBS, url as string)
- property pageIndex as Integer
- property point as NSPointMBS
- property URL as string
- class PDFActionResetFormMBS
- method Constructor
- method fields as string()
- method setFields(fields() as string)
- property fieldsIncludedAreCleared as boolean
- class PDFActionURLMBS
- method Constructor(url as string)
- property URL as string
- class PDFAnnotationButtonWidgetMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property allowsToggleToOff as boolean
- property backgroundColor as NSColorMBS
- property caption as string
- property controlType as Integer
- property fieldName as string
- property font as NSFontMBS
- property fontColor as NSColorMBS
- property Highlighted as boolean
- property onStateValue as string
- property state as Integer
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const kPDFWidgetCheckBoxControl = 2
- const kPDFWidgetPushButtonControl = 0
- const kPDFWidgetRadioButtonControl = 1
- const kPDFWidgetUnknownControl = -1
- const NSOffState = 0
- const NSOnState = 1
- class PDFAnnotationChoiceWidgetMBS
- method choices as string()
- method Constructor(left as single, top as single, width as single, height as single)
- method setChoices(choices() as string)
- property backgroundColor as NSColorMBS
- property fieldName as string
- property font as NSFontMBS
- property fontColor as NSColorMBS
- property isListChoice as boolean
- property stringValue as string
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationCircleMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property interiorColor as NSColorMBS
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationFreeTextMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property alignment as Integer
- property font as NSFontMBS
- property fontColor as NSColorMBS
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const NSCenterTextAlignment=2
- const NSJustifiedTextAlignment=3
- const NSLeftTextAlignment=0
- const NSNaturalTextAlignment=4
- const NSRightTextAlignment=1
- class PDFAnnotationInkMBS
- method addBezierPath(path as NSBezierPathMBS)
- method Constructor(left as single, top as single, width as single, height as single)
- method paths as NSBezierPathMBS()
- method removeBezierPath(path as NSBezierPathMBS)
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationLineMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property endLineStyle as Integer
- property endPoint as NSPointMBS
- property interiorColor as NSColorMBS
- property startLineStyle as Integer
- property startPoint as NSPointMBS
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const kPDFLineStyleCircle=2
- const kPDFLineStyleClosedArrow=5
- const kPDFLineStyleDiamond=3
- const kPDFLineStyleNone=0
- const kPDFLineStyleOpenArrow=4
- const kPDFLineStyleSquare=1
- class PDFAnnotationLinkMBS
- method Constructor(left as single, top as single, width as single, height as single)
- method setHighlighted(value as boolean)
- property destination as PDFDestinationMBS
- property URL as string
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationMarkupMBS
- method Constructor(left as single, top as single, width as single, height as single)
- method quadrilateralPoints as NSPointMBS()
- method setQuadrilateralPoints(points() as NSPointMBS)
- property markupType as Integer
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const kPDFMarkupTypeHighlight=0
- const kPDFMarkupTypeStrikeOut=1
- const kPDFMarkupTypeUnderline=2
- class PDFAnnotationMBS
- method Constructor
- method copy as PDFAnnotationMBS
- method Destructor
- method drawWithBox(box as Integer)
- method removeAllAppearanceStreams
- property border as PDFBorderMBS
- property bounds as NSRectMBS
- property colorValue as NSColorMBS
- property contents as string
- property Handle as Integer
- property hasAppearanceStream as boolean
- property modificationDate as date
- property mouseUpAction as PDFActionMBS
- property page as PDFPageMBS
- property popup as Variant
- property shouldDisplay as boolean
- property shouldPrint as boolean
- property toolTip as string
- property type as string
- property userName as string
- class PDFAnnotationPopupMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property isOpen as boolean
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationSquareMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property interiorColor as NSColorMBS
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationStampMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property name as string
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- class PDFAnnotationTextMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property iconType as Integer
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const kPDFTextAnnotationIconComment=0
- const kPDFTextAnnotationIconHelp=3
- const kPDFTextAnnotationIconInsert=6
- const kPDFTextAnnotationIconKey=1
- const kPDFTextAnnotationIconNewParagraph=4
- const kPDFTextAnnotationIconNote=2
- const kPDFTextAnnotationIconParagraph=5
- class PDFAnnotationTextWidgetMBS
- method Constructor(left as single, top as single, width as single, height as single)
- property alignment as Integer
- property attributedStringValue as NSAttributedStringMBS
- property backgroundColor as NSColorMBS
- property fieldName as string
- property font as NSFontMBS
- property fontColor as NSColorMBS
- property maximumLength as Integer
- property rotation as Integer
- property stringValue as string
- event drawWithBox(box as Integer, g as NSGraphicsMBS) as boolean
- const NSCenterTextAlignment=2
- const NSJustifiedTextAlignment=3
- const NSLeftTextAlignment=0
- const NSNaturalTextAlignment=4
- const NSRightTextAlignment=1
- class PDFBorderMBS
- method Constructor
- method copy as PDFBorderMBS
- method dashPattern as Double()
- method setDashPattern(values() as Double)
- property horizontalCornerRadius as single
- property lineWidth as single
- property style as Integer
- property verticalCornerRadius as single
- const kPDFBorderStyleBeveled = 2
- const kPDFBorderStyleDashed = 1
- const kPDFBorderStyleInset = 3
- const kPDFBorderStyleSolid = 0
- const kPDFBorderStyleUnderline = 4
- class PDFDestinationMBS
- method compare(dest as PDFDestinationMBS) as Integer
- method Constructor(page as PDFPageMBS, point as NSPointMBS)
- method copy as PDFDestinationMBS
- shared method kPDFDestinationUnspecifiedValue as single
- method page as PDFPageMBS
- method point as NSPointMBS
- property Zoom as Double
- class PDFDocumentDelegateMBS
- event Close
- event didMatchString(selection as PDFSelectionMBS)
- event documentDidBeginDocumentFind
- event documentDidBeginPageFind(PageIndex as Integer)
- event documentDidEndDocumentFind
- event documentDidEndPageFind(PageIndex as Integer)
- event documentDidFindMatch(selection as PDFSelectionMBS)
- event documentDidUnlock
- event Open
- class PDFDocumentMBS
- method appendPage(page as PDFPageMBS)
- method beginFindString(text as string, options as Integer)
- method cancelFindString
- method Constructor
- method Constructor(data as memoryblock)
- method Constructor(file as folderitem)
- method copy as PDFDocumentMBS
- method dataRepresentation(QuartzFilter as Variant = nil) as memoryblock
- method documentRef as Integer
- method exchangePageAtIndexWithPageAtIndex(indexA as Integer, indexB as Integer)
- method findString(text as string, options as Integer) as PDFSelectionMBS()
- method findStringFromSelection(text as string, selection as PDFSelectionMBS, options as Integer) as PDFSelectionMBS
- method indexForPage(page as PDFPageMBS) as Integer
- method insertPage(page as PDFPageMBS, index as Integer)
- method Keywords as string()
- method outlineItemForSelection(selection as PDFSelectionMBS) as PDFOutlineMBS
- method pageAtIndex(index as Integer) as PDFPageMBS
- method PrintOperation(PrintInfo as Variant, AutoRotate as boolean = true, scalingMode as Integer = 0) as Variant
- method removePageAtIndex(index as Integer)
- method selectionForEntireDocument as PDFSelectionMBS
- method selectionFromPage(StartPage as PDFPageMBS, StartCharacterIndex as Integer, EndPage as PDFPageMBS, EndCharacterIndex as Integer) as PDFSelectionMBS
- method selectionFromPage(StartPage as PDFPageMBS, StartPointX as single, StartPointY as single, EndPage as PDFPageMBS, EndPointX as single, EndPointY as single) as PDFSelectionMBS
- method SetDelegate(d as PDFDocumentDelegateMBS)
- method SetKeywords(keywords() as string)
- method unlockWithPassword(password as string) as boolean
- method write(file as folderitem, QuartzFilter as Variant = nil) as boolean
- method writeWithOptions(file as folderitem, options as dictionary) as boolean
- property allowsCopying as boolean
- property allowsPrinting as boolean
- property Author as string
- property CreationDate as Date
- property Creator as string
- property documentURL as string
- property Handle as Integer
- property isEncrypted as boolean
- property isFinding as boolean
- property isLocked as boolean
- property majorVersion as Integer
- property minorVersion as Integer
- property ModificationDate as Date
- property outlineRoot as PDFOutlineMBS
- property pageCount as Integer
- property permissionsStatus as Integer
- property Producer as string
- property stringValue as string
- property Subject as string
- property Title as string
- property documentAttributes as Dictionary
- const kPDFDocumentPermissionsNone=0
- const kPDFDocumentPermissionsOwner=2
- const kPDFDocumentPermissionsUser=1
- const kPDFPrintPageScaleDownToFit=2
- const kPDFPrintPageScaleNone=0
- const kPDFPrintPageScaleToFit=1
- const NSBackwardsSearch=4
- const NSCaseInsensitiveSearch=1
- const NSLiteralSearch=2
- class PDFOutlineMBS
- method childAtIndex(index as Integer) as PDFOutlineMBS
- method Constructor
- method document as PDFDocumentMBS
- method index as Integer
- method insertChild(child as PDFOutlineMBS, index as Integer)
- method numberOfChildren as Integer
- method parent as PDFOutlineMBS
- method removeFromParent
- property action as PDFActionMBS
- property destination as PDFDestinationMBS
- property isOpen as boolean
- property label as string
- class PDFPageMBS
- method addAnnotation(annotation as PDFAnnotationMBS)
- method annotationAtPoint(x as single, y as single) as PDFAnnotationMBS
- method annotations as PDFAnnotationMBS()
- method CalcTransformForBox(box as Integer) as Variant
- method CGPDFPageHandle as Integer
- method characterBoundsAtIndex(index as Integer) as NSRectMBS
- method characterIndexAtPoint(x as single, y as single) as Integer
- method Constructor
- method Constructor(image as NSImageMBS)
- method copy as PDFPageMBS
- method Destructor
- method Draw(g as NSGraphicsMBS, box as Integer = 0)
- method drawWithBox(box as Integer)
- method removeAnnotation(annotation as PDFAnnotationMBS)
- method Render(dpi as Double = 72.0, box as Integer = 0, background as NSColorMBS = nil) as NSImageMBS
- method selectionForLineAtPoint(left as single, top as single) as PDFSelectionMBS
- method selectionForRange(position as Integer, length as Integer) as PDFSelectionMBS
- method selectionForRect(left as single, top as single, width as single, height as single) as PDFSelectionMBS
- method selectionForWordAtPoint(left as single, top as single) as PDFSelectionMBS
- method selectionFromPointToPoint(startleft as single, starttop as single, endleft as single, endtop as single) as PDFSelectionMBS
- method transformContextForBox(box as Integer)
- property attributedString as NSAttributedStringMBS
- property dataRepresentation as memoryblock
- property displaysAnnotations as boolean
- property document as PDFDocumentMBS
- property label as string
- property numberOfCharacters as Integer
- property rotation as Integer
- property stringValue as string
- property boundsForBox(box as Integer) as NSRectMBS
- event drawRect(box as Integer, g as NSGraphicsMBS)
- const kPDFDisplayBoxArtBox=4
- const kPDFDisplayBoxBleedBox=2
- const kPDFDisplayBoxCropBox=1
- const kPDFDisplayBoxMediaBox=0
- const kPDFDisplayBoxTrimBox=3
- class PDFSelectionMBS
- method addSelection(selection as PDFSelectionMBS)
- method addSelections(selection() as PDFSelectionMBS)
- method attributedString as NSAttributedStringMBS
- method boundsForPage(page as PDFPageMBS) as NSRectMBS
- method Constructor(doc as PDFDocumentMBS)
- method copy as PDFSelectionMBS
- method drawForPage(page as PDFPageMBS, active as boolean)
- method drawForPage(page as PDFPageMBS, box as Integer, active as boolean)
- method extendSelectionAtEnd(chars as Integer)
- method extendSelectionAtStart(chars as Integer)
- method numberOfTextRangesOnPage(page as PDFPageMBS) as UInt32
- method pages as PDFPageMBS()
- method rangeAtIndex(page as PDFPageMBS, index as Integer) as NSRangeMBS
- method selectionsByLine as PDFSelectionMBS()
- method stringValue as string
- property Handle as Integer
- property colorValue as NSColorMBS
- class PDFThumbnailViewMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method selectedPages as PDFPageMBS()
- property allowsDragging as boolean
- property allowsMultipleSelection as boolean
- property backgroundColor as NSColorMBS
- property Bezeled as Boolean
- property labelFont as NSFontMBS
- property maximumNumberOfColumns as Integer
- property PDFView as PDFViewMBS
- property thumbnailSize as NSSizeMBS
- class PDFViewMBS
- method annotationsChangedOnPage(page as PDFPageMBS)
- method areaOfInterestForMouse(e as NSEventMBS) as Integer
- method canGoBack as Boolean
- method canGoForward as Boolean
- method canGoToFirstPage as Boolean
- method canGoToLastPage as Boolean
- method canGoToNextPage as Boolean
- method canGoToPreviousPage as Boolean
- method canZoomIn as Boolean
- method canZoomOut as Boolean
- method clearSelection
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method convertPointFromPage(point as NSPointMBS, page as PDFPageMBS) as NSPointMBS
- method convertPointToPage(point as NSPointMBS, page as PDFPageMBS) as NSPointMBS
- method convertRectFromPage(rect as NSRectMBS, page as PDFPageMBS) as NSRectMBS
- method convertRectToPage(rect as NSRectMBS, page as PDFPageMBS) as NSRectMBS
- method copy
- method currentDestination as PDFDestinationMBS
- method currentPage as PDFPageMBS
- method documentView as NSViewMBS
- method drawPage(page as PDFPageMBS)
- method drawPagePost(page as PDFPageMBS)
- method goBack
- method goForward
- method goToDestination(page as PDFDestinationMBS)
- method goToFirstPage
- method goToLastPage
- method goToNextPage
- method goToPage(page as PDFPageMBS)
- method goToPreviousPage
- method goToRect(rect as NSRectMBS, page as PDFPageMBS)
- method goToSelection(page as PDFSelectionMBS)
- method layoutDocumentView
- method pageForPoint(point as NSPointMBS, nearest as boolean) as PDFPageMBS
- shared method PDFViewAnnotationHitNotification as string
- shared method PDFViewAnnotationWillHitNotification as string
- shared method PDFViewChangedHistoryNotification as string
- shared method PDFViewCopyPermissionNotification as string
- shared method PDFViewDisplayBoxChangedNotification as string
- shared method PDFViewDisplayModeChangedNotification as string
- shared method PDFViewDocumentChangedNotification as string
- shared method PDFViewPageChangedNotification as string
- shared method PDFViewPrintPermissionNotification as string
- shared method PDFViewScaleChangedNotification as string
- shared method PDFViewSelectionChangedNotification as string
- method performAction(action as PDFActionMBS)
- method rowSizeForPage(page as PDFPageMBS) as NSSizeMBS
- method scrollSelectionToVisible
- method selectAll
- method setCurrentSelection(selection as PDFSelectionMBS, animate as boolean)
- method setCursorForAreaOfInterest(area as Integer)
- method visiblePages as PDFPageMBS()
- method zoomIn
- method zoomOut
- property allowsDragging as Boolean
- property autoScales as Boolean
- property backgroundColor as NSColorMBS
- property currentSelection as PDFSelectionMBS
- property displayBox as Integer
- property displayMode as Integer
- property displaysAsBook as Boolean
- property displaysPageBreaks as Boolean
- property document as PDFDocumentMBS
- property enableDataDetectors as Boolean
- property greekingThreshold as Double
- property interpolationQuality as Integer
- property scaleFactor as Double
- property shouldAntiAlias as Boolean
- const kPDFAnnotationArea=4
- const kPDFControlArea=16
- const kPDFDisplaySinglePage=0
- const kPDFDisplaySinglePageContinuous=1
- const kPDFDisplayTwoUp=2
- const kPDFDisplayTwoUpContinuous=3
- const kPDFIconArea=64
- const kPDFInterpolationQualityHigh = 2
- const kPDFInterpolationQualityLow = 1
- const kPDFInterpolationQualityNone = 0
- const kPDFLinkArea=8
- const kPDFNoArea=0
- const kPDFPageArea=1
- const kPDFPopupArea=128
- const kPDFTextArea=2
- const kPDFTextFieldArea=32
- control PDFThumbnailViewControlMBS
- property View as PDFThumbnailViewMBS
- event BoundsChanged
- event EnableMenuItems
- event FrameChanged
- event GotFocus
- event LostFocus
- event MenuAction(HitItem as MenuItem) As Boolean
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event ScaleFactorChanged(NewFactor as Double)
- control PDFViewControlMBS
- method ClearOverlay(page as PDFPageMBS, post as boolean = true)
- method ClearOverlays
- property View as PDFViewMBS
- property Overlay(page as PDFPageMBS, post as boolean = true) as variant
- event AfterDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double)
- event BeforeDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double) as boolean
- event BoundsChanged
- event EnableMenuItems
- event FrameChanged
- event GotFocus
- event LostFocus
- event MenuAction(HitItem as MenuItem) As Boolean
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event ScaleFactorChanged(NewFactor as Double)
The items on this page are in the following plugins: MBS MacControls Plugin.
Links
MBS Xojo Plugins