MonobjcMonobjc Documented Class Library
BezelStyle Property
NamespacesMonobjc.AppKitNSTextFieldBezelStyle

Returns the receiver’s bezel style.

Original signature is '- (NSTextFieldBezelStyle)bezelStyle'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTextFieldBezelStyle BezelStyle { get; set; }
Public Overridable Property BezelStyle As NSTextFieldBezelStyle
	Get
	Set
public:
virtual property NSTextFieldBezelStyle BezelStyle {
	NSTextFieldBezelStyle get ();
	void set (NSTextFieldBezelStyle value);
}
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.AppKit (Module: Monobjc.AppKit)