In This Topic
Represents a control showing the preview of the associated document.
Syntax
'Declaration
<Foundation.RegisterAttribute("FlexViewer")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class FlexViewer
Inherits UIKit.UIView
Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
'Usage
Dim instance As FlexViewer
[Foundation.Register("FlexViewer")]
[DesignTimeVisible(true)]
[C1LicensedControl()]
public class FlexViewer : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UIResponder
UIKit.UIView
C1.iOS.Viewer.FlexViewer
See Also