ByteViewer
(System.ComponentModel.Design.ByteViewer)
Inherits:
System.Windows.Forms.TableLayoutPanel
Interfaces:
IDisposable, IComponent, IExtenderProvider, ISynchronizeInvoke, IDropTarget, IWin32Window, IBindableComponent, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject, IOleWindow, IViewObject, IViewObject2, IPersist, IPersistStreamInit, IPersistPropertyBag, IPersistStorage, IQuickActivate, ISupportOleDropSource, IArrangedElement
Derived Types:
0
Assembly:
System.Design.dll
Displays byte arrays in hexadecimal, ANSI, and Unicode formats.
VB.NET
C#
|
VB.NET
Public Class ByteViewer
Inherits System.Windows.Forms.TableLayoutPanel
Implements System.IDisposable, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.ComponentModel.ISynchronizeInvoke, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IOleControl, System.Windows.Forms.IOleObject, System.Windows.Forms.IOleInPlaceObject, System.Windows.Forms.IOleInPlaceActiveObject, System.Windows.Forms.IOleWindow, System.Windows.Forms.IViewObject, System.Windows.Forms.IViewObject2, System.Windows.Forms.IPersist, System.Windows.Forms.IPersistStreamInit, System.Windows.Forms.IPersistPropertyBag, System.Windows.Forms.IPersistStorage, System.Windows.Forms.IQuickActivate, System.Windows.Forms.ISupportOleDropSource, System.Windows.Forms.Layout.IArrangedElement
End Class
Articles
|
viewer = new System.ComponentModel.Design.ByteViewer(); panel1.Controls.Add(viewer); viewer.Dock = DockStyle.Fill; } System.ComponentModel.Design.ByteViewer viewer = null;
|
|
Hex plugin now available (via System.ComponentModel.Design.ByteViewer) Tooltipps added; Fix in Remapper -> supports directories; Update URL for core app set
|
|
AssemblyVersion( '1.0.*' )] type; TByteViewer = System.ComponentModel.Design.ByteViewer; TMenuItem = class (System.Windows.Forms.MenuItem) public; constructor Create; end ; TfrmFileViewer = ...
|
|
public class System.ComponentModel.Design.ByteViewer () --> NONE -- Property: protected virtual bool CanEnableIme { } public class System.Web.UI.Design.WebControls ...
|
|
System.ComponentModel.Design.ByteViewer: System.ComponentModel.Design.CheckoutException ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for ...
|
|
Muestra las matrices de bytes en formatos hexadecimal, ANSI y Unicode. Para obtener una lista de todos los miembros de este tipo, vea ByteViewer (Miembros de)
|
|
Affiche les tableaux d'octets aux formats hexadécimal, ANSI et Unicode. Pour obtenir une liste de tous les membres de ce type, consultez Membres ByteViewer
|
|
... Forms.Form { private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.ComponentModel.Design.ByteViewer ...
|
|
... Forms.Form { private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.ComponentModel.Design.ByteViewer ...
|