B-Arts DocumentationIndice generale

BView

Linea B-Arts Legacy: questa scheda descrive BArtsFrameworkNet (.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BArtsFrameworkNet.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BWindows.BControls.

  • Nome completo: BArts.BWindows.BControls.BView.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Tipo pubblico dei controlli Windows Forms della linea Legacy B-Arts.

Dichiarazione

<ToolboxBitmap("C:\mbimage\16\Controlli\mbview.bmp")> Public Class BView

Classe base dichiarata: System.Windows.Forms.DataGridView.

Tipi annidati pubblici

Costruttori

Nome Dichiarazione
New Public Sub New()

Proprietà

Nome Dichiarazione
Direzione <Browsable(False)> Public Property Direzione() As mbeDirezione
Count Public ReadOnly Property Count() As Integer
AutoDeleteRow <DefaultValue(True)> Public Property AutoDeleteRow() As Boolean
ShowQuestionBeforeDelete <DefaultValue(True)> Public Property ShowQuestionBeforeDelete() As Boolean

Eventi

Nome Dichiarazione
CellKeyDown Public Event CellKeyDown(ByVal sender As Object, ByVal e As KeyEventArgs)
CellKeyPress Public Event CellKeyPress(ByVal sender As Object, ByVal e As KeyPressEventArgs)
BeforeDelete Public Event BeforeDelete(ByVal rowIndex As Integer)
AfterDelete Public Event AfterDelete(ByVal rowIndex As Integer, ByVal result As Boolean)

Metodi

Nome Dichiarazione
AddRow Public Function AddRow() As Boolean
DeleteRow Public Function DeleteRow(ByVal index As Integer) As Boolean
Clear Public Function Clear() As Boolean
WriteCell Public Function WriteCell(ByVal Value As Object, ByVal RowIndex As Integer, ByVal ColIndex As Integer, Optional ByVal Key As Boolean = False) As Boolean
ReadCell Public Function ReadCell(ByVal RowIndex As Integer, ByVal ColIndex As Integer) As Object
IsRowInsert Public Function IsRowInsert() As Boolean
ClearRowEmpty Public Function ClearRowEmpty() As Boolean
FocusOnCel Public Function FocusOnCel(ByVal Rigo As Integer, ByVal Col As Integer, Optional ByVal setAnchorCellAddress As Boolean = True, Optional ByVal validateCurrentCell As Boolean = True, Optional ByVal throughMouseClick As Boolean = True) As Boolean

Sorgenti verificati

  • Controls\BView\BView.vb