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.
画像にツールチップを作成するための何かを見つけようとしています。
例えば:
どうすれば作れるのかわかりません。
ありがとう
System.Web.UI.WebControls.ImageTooltip プロパティがあると思います
System.Web.UI.WebControls.Image
asp:Image コントロールの MSDN エントリ^
<asp:Image AlternateText="string" CssClass="string" ID="string" runat="server" ToolTip="string"/>
それ以外の場合、 althtml イメージ コントロールのプロパティはツールチップのように機能します。
alt