MS Config
This commit is contained in:
@@ -20,7 +20,12 @@ Public Class frmConfigBasic
|
||||
Dim oItem = SkinPaletteRibbonGalleryBarItem1.Gallery.GetAllItems().
|
||||
Where(Function(item) item.Value = orow.ItemEx("CAT_STRING", String.Empty)).
|
||||
FirstOrDefault()
|
||||
SkinPaletteRibbonGalleryBarItem1.Gallery.SetItemCheck(oItem, True)
|
||||
If Not IsNothing(oItem) Then
|
||||
SkinPaletteRibbonGalleryBarItem1.Gallery.SetItemCheck(oItem, True)
|
||||
End If
|
||||
|
||||
|
||||
|
||||
|
||||
End Select
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user