다음을 통해 공유


DomOverflowEvent 생성자

정의

오버로드

DomOverflowEvent(NSObjectFlag)
DomOverflowEvent(IntPtr)
DomOverflowEvent(UInt16, Boolean, Boolean)

DomOverflowEvent(NSObjectFlag)

protected DomOverflowEvent (Foundation.NSObjectFlag t);
new WebKit.DomOverflowEvent : Foundation.NSObjectFlag -> WebKit.DomOverflowEvent

매개 변수

적용 대상

DomOverflowEvent(IntPtr)

protected internal DomOverflowEvent (IntPtr handle);
new WebKit.DomOverflowEvent : nativeint -> WebKit.DomOverflowEvent

매개 변수

handle
IntPtr

nativeint

적용 대상

DomOverflowEvent(UInt16, Boolean, Boolean)

public DomOverflowEvent (ushort orient, bool hasHorizontalOverflow, bool hasVerticalOverflow);
new WebKit.DomOverflowEvent : uint16 * bool * bool -> WebKit.DomOverflowEvent

매개 변수

orient
UInt16
hasHorizontalOverflow
Boolean
hasVerticalOverflow
Boolean

적용 대상