MS Button und IDB Logik
This commit is contained in:
@@ -288,6 +288,7 @@ Public Class ClassControlCreator
|
||||
oControl.Text = row.Item("CTRL_TEXT")
|
||||
oControl.Height = row.Item("HEIGHT")
|
||||
oControl.Width = row.Item("WIDTH")
|
||||
|
||||
If Not IsNothing(ctrl_image) And Not IsNothing(oBitmap) Then
|
||||
oControl.Image = oBitmap
|
||||
oControl.ImageAlign = ContentAlignment.MiddleLeft
|
||||
|
||||
Reference in New Issue
Block a user