B-Arts DocumentationIndice generale

BMenu

Linea B-Arts Legacy: questa scheda descrive B-ArtsFramework (.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: B-ArtsFramework.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BWindows.BControls.

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

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

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

Dichiarazione

<DefaultEvent("ItemClick")> _ Public Class BMenu

Costruttori

Nome Dichiarazione
New Public Sub New()

Proprietà

Nome Dichiarazione
TabellaGruppi Public Property TabellaGruppi() As String
TabellaComandi Public Property TabellaComandi() As String
CampoKeyGruppi Public Property CampoKeyGruppi() As String
CampoDescrGruppi Public Property CampoDescrGruppi() As String
CampoKeyComandi Public Property CampoKeyComandi() As String
CampoKeyGruppiComandi Public Property CampoKeyGruppiComandi() As String
CampoDescrComandi Public Property CampoDescrComandi() As String
CampoImg Public Property CampoImg() As String
CampoOrigineImg Public Property CampoOrigineImg() As String
ButtonDockableVisible <DefaultValue(True)> _ Public Property ButtonDockableVisible() As Boolean
DockChecked <DefaultValue(False)> _ Public Property DockChecked() As Boolean
DataSet Public ReadOnly Property DataSet() As DataSet
ImgLst Public ReadOnly Property ImgLst() As ImageList
SelectedIndex Public Property SelectedIndex() As Integer

Eventi

Nome Dichiarazione
ItemClick Public Event ItemClick(ByVal IDComando As Long)
DockCheckedChanged Public Event DockCheckedChanged(ByVal Checked As Boolean)
MouseOverControl Public Event MouseOverControl()

Metodi

Nome Dichiarazione
Init Public Function Init(ByVal DS As Data.DataSet, ByVal ImgLst As ImageList) As Boolean

Sorgenti verificati

  • Controls\BMenu\BMenu.vb