Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここで使用したかどうかわかりません"CheckedValue"...
"CheckedValue"
または私は使用する必要があります"IsCheckedValue"か?
"IsCheckedValue"
Dim bndg_3 As New Binding("CheckedValue") bndg_3.Source = checkbox1 MyCtrl.SetBinding(MyCtrl.CanMoveProperty, bndg_3)
HA!
見つけた!
Dim bndg_3 As New Binding("IsChecked") bndg_3.Source = checkbox1 MyCtrl.SetBinding(MyCtrl.CanMoveProperty, bndg_3)