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.
コードビハインドでを作成し、HyperLinkに追加していDivます。属性を追加したいので、カーソルのスタイルは になりHandます。
HyperLink
Div
Hand
ハイパーリンクコントロールがであるとしlinkControlます。次に、これを試してください:
linkControl
linkControl.Style["cursor"] = "pointer";
ちなみに、cursorハイパーリンクのデフォルトのスタイルはpointer
cursor
pointer
またCursor、以下のようなコードで設定できます:
Cursor
希望が役立ちます!