次の方法で共有


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

適用対象