property sharing

  1. S

    Coding format

    Slightly confused on what is the best format of coding between Methods and properties. Here is some code, a shared property that I use instead of using a method with one argument. Public Shared WriteOnly Property GetComboList() As ComboBox Set(ByVal _ComboBox As ComboBox)...
Back
Top