MonobjcMonobjc Documented Class Library
InitKeyboardEventCanBubbleCancelableViewKeyIdentifierKeyLocationCtrlKeyAltKeyShiftKeyMetaKey Method (type, canBubble, cancelable, view, keyIdentifier, keyLocation, ctrlKey, altKey, shiftKey, metaKey)
NamespacesMonobjc.WebKit.DOMDOMKeyboardEventInitKeyboardEventCanBubbleCancelableViewKeyIdentifierKeyLocationCtrlKeyAltKeyShiftKeyMetaKey(NSString, Boolean, Boolean, DOMAbstractView, NSString, UInt32, Boolean, Boolean, Boolean, Boolean)

Original signature is '- (void)initKeyboardEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view keyIdentifier:(NSString *)keyIdentifier keyLocation:(unsigned)keyLocation ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InitKeyboardEventCanBubbleCancelableViewKeyIdentifierKeyLocationCtrlKeyAltKeyShiftKeyMetaKey(
	NSString type,
	bool canBubble,
	bool cancelable,
	DOMAbstractView view,
	NSString keyIdentifier,
	uint keyLocation,
	bool ctrlKey,
	bool altKey,
	bool shiftKey,
	bool metaKey
)
Public Overridable Sub InitKeyboardEventCanBubbleCancelableViewKeyIdentifierKeyLocationCtrlKeyAltKeyShiftKeyMetaKey ( _
	type As NSString, _
	canBubble As Boolean, _
	cancelable As Boolean, _
	view As DOMAbstractView, _
	keyIdentifier As NSString, _
	keyLocation As UInteger, _
	ctrlKey As Boolean, _
	altKey As Boolean, _
	shiftKey As Boolean, _
	metaKey As Boolean _
)
public:
virtual void InitKeyboardEventCanBubbleCancelableViewKeyIdentifierKeyLocationCtrlKeyAltKeyShiftKeyMetaKey(
	NSString^ type, 
	bool canBubble, 
	bool cancelable, 
	DOMAbstractView^ view, 
	NSString^ keyIdentifier, 
	unsigned int keyLocation, 
	bool ctrlKey, 
	bool altKey, 
	bool shiftKey, 
	bool metaKey
)
Parameters
type (NSString)
MISSING
canBubble (Boolean)
MISSING
cancelable (Boolean)
MISSING
view (DOMAbstractView)
MISSING
keyIdentifier (NSString)
MISSING
keyLocation (UInt32)
MISSING
ctrlKey (Boolean)
MISSING
altKey (Boolean)
MISSING
shiftKey (Boolean)
MISSING
metaKey (Boolean)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)